Package org.jboss.seam.servlet

Integration with the servlet API.

See:
          Description

Class Summary
ContextualHttpServletRequest Perform work in a full set of Seam contexts
ResourceServlet Deprecated. use SeamResourceServlet
SeamCharacterEncodingFilter Deprecated. use CharacterEncodingFilter
SeamExceptionFilter Deprecated. use ExceptionFilter
SeamFilter A servlet filter that orchestrates the stack of Seam component filters, and controls ordering.
SeamListener Drives certain Seam functionality such as initialization and cleanup of application and session contexts from the web application lifecycle.
SeamRedirectFilter Deprecated. use RedirectFilter
SeamResourceServlet Routes all types of HTTP requests to implementors of AbstractResource.
SeamServletFilter Deprecated. use ContextFilter
ServletApplicationMap Abstracts the servlet API specific application context as a Map.
ServletRequestMap Abstracts the servlet API specific request context as a Map.
ServletRequestSessionMap Abstracts the servlet API specific session context as a Map.
ServletSessionMap Abstracts the servlet API specific application context as a Map.
 

Package org.jboss.seam.servlet Description

Integration with the servlet API.