org.jboss.seam.web |
Seam components for use in a servlet environment. |
Java Source File Name | Type | Comment |
AbstractFilter.java | Class | Abstract superclass for Seam components that act as servlet filters. |
AbstractResource.java | Class | Superclass of Seam components that serve up
"resources" to the client via the Seam
resource servlet. |
Ajax4jsfFilter.java | Class | A Seam filter component wrapper for the Ajax4JSF.
This class exists to allow the Ajax4JSF filter to
be configured in the web: namespace. |
AuthenticationFilter.java | Class | Seam Servlet Filter supporting HTTP Basic and Digest authentication. |
CharacterEncodingFilter.java | Class | A servlet filter that lets you set the character encoding of
submitted data. |
ContextFilter.java | Class | Manages the Seam contexts associated with a request to any servlet. |
ExceptionFilter.java | Class | Delegate uncaught exceptions to Seam exception handling. |
FileUploadException.java | Class | Thrown when an exception occurs while uploading a file. |
FilterConfigWrapper.java | Class | |
IsUserInRole.java | Class | Manager component for a map of roles assigned
to the current user, as exposed via the JSF
ExternalContext. |
Locale.java | Class | |
LoggingFilter.java | Class | 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.java | Class | A filter for decoding multipart requests, for
use with the file upload control. |
MultipartRequest.java | Class | Request wrapper for supporting multipart requests, used for file uploading. |
package-info.java | | |
Parameters.java | Class | Access to request parameters. |
RedirectFilter.java | Class | Propagates the conversation context and page parameters across any
browser redirect initiated from a JSF navigation rule defined in
faces-config.xml. |
SeamFilter.java | Class | |
ServletContexts.java | Class | A Seam component that binds the HttpServletRequest object
to the current thread. |
Session.java | Class | Controls HttpSession invalidation in any
servlet or JSF environment. |
UserPrincipal.java | Class | Manager component for the current user Principal
exposed via the JSF ExternalContext. |
WicketFilter.java | Class | |