@Namespace(value="http://jboss.com/products/seam/web", prefix="org.jboss.seam.web") @AutoCreate

Package org.jboss.seam.web

Seam components for use in a servlet environment.

See:
          Description

Class Summary
AbstractFilter Abstract superclass for Seam components that act as servlet filters.
AbstractResource Superclass of Seam components that serve up "resources" to the client via the Seam resource servlet.
Ajax4jsfFilter A Seam filter component wrapper for the Ajax4JSF.
AuthenticationFilter Seam Servlet Filter supporting HTTP Basic and Digest authentication.
CharacterEncodingFilter A servlet filter that lets you set the character encoding of submitted data.
ContextFilter Manages the Seam contexts associated with a request to any servlet.
ExceptionFilter Delegate uncaught exceptions to Seam exception handling.
IsUserInRole Manager component for a map of roles assigned to the current user, as exposed via the JSF ExternalContext.
Locale Manager component for the current locale that is aware of the HTTP request locale
LoggingFilter This filter adds the authenticated user name to the log4j mapped diagnostic context so that it can be included in formatted log output if desired, by adding %X{username} to the pattern.
MultipartFilter A filter for decoding multipart requests, for use with the file upload control.
MultipartRequest Request wrapper for supporting multipart requests, used for file uploading.
Parameters Access to request parameters.
RedirectFilter Propagates the conversation context and page parameters across any browser redirect initiated from a JSF navigation rule defined in faces-config.xml.
SeamFilter Deprecated. use org.jboss.seam.servlet.SeamFilter
ServletContexts A Seam component that binds the HttpServletRequest object to the current thread.
Session Controls HttpSession invalidation in any servlet or JSF environment.
UserPrincipal Manager component for the current user Principal exposed via the JSF ExternalContext.
 

Enum Summary
AuthenticationFilter.AuthType  
 

Exception Summary
FileUploadException Thrown when an exception occurs while uploading a file.
 

Package org.jboss.seam.web Description

Seam components for use in a servlet environment.