Package jodd.servlet

Servlet utils.

See:
          Description

Class Summary
CsrfShield Shields against CSRF attacks.
CsrfShield.Token CSRF Token.
DispatcherUtil Request utilities for path, uri, query strings etc..
HtmlDecoder HTML decoder.
HtmlEncoder Encodes text and URL strings in various ways resulting HTML-safe text.
HtmlFormUtil Various utilities for raw population of HTML forms.
HtmlTag Very simple utility for working with HTML tag's names and attributes.
HttpServletContextMap Map backed by the Servlet context for accessing application scoped attributes.
HttpServletRequestMap Map backed by the Servlet HTTP request attribute map for accessing request local attributes.
HttpSessionListenerBroadcaster Broadcast session listener event to all listeners registered at run-time.
HttpSessionMap Map backed by the Servlet session for accessing session scoped attributes.
JspValueMap Resolves JSP values from all scopes.
JspValueResolver Resolves values on JSP page.
PageContextThreadLocal Thread local storage for PageContext.
RequestContextListener Store request in the current thread and all childs threads, so it can be easily accessible.
ServletUtil Miscellaneous servlet utilities.
SessionMappingListener Holds a Map of HttpSessions for sharing between the portlet and servlet.
URLBuilder Safe URL builder.
URLCoder Encodes URLs better, significantly faster and more convenient.
URLDecoder URL decoder.
 

Package jodd.servlet Description

Servlet utils.



Copyright © 2003-2012 Jodd Team