@Namespace(value="http://jboss.org/schema/seam/web", prefix="org.jboss.seam.web") @AutoCreate
See: Description
| Interface | Description |
|---|---|
| MultipartRequest |
Interface that declares multipart-specific API methods, to enable easier mocking of multipart
requests.
|
| Rewrite |
| Class | Description |
|---|---|
| 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.
|
| CacheControlFilter |
Provides automatic addition of cache-control HTTP headers to matching resource responses.
|
| CharacterEncodingFilter |
A servlet filter that lets you set the character encoding of
submitted data.
|
| ConditionalAbstractResource |
Subclass this resource if you want to be able to send the right response automatically to
any conditional GET or HEAD request.
|
| ContextFilter |
Manages the Seam contexts associated with a request to any servlet.
|
| ExceptionFilter |
Delegate uncaught exceptions to Seam exception handling.
|
| FilterConfigWrapper | |
| HotDeployFilter | |
| IdentityFilter |
A filter that provides integration between Servlet Security and the Seam
identity component.
|
| IdentityRequestWrapper |
An HttpServletRequestWrapper implementation that provides integration
between Servlet Security and the Seam identity component.
|
| IncomingPattern | |
| 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.
|
| MultipartRequestImpl |
Request wrapper for supporting multipart requests, used for file uploading.
|
| OutgoingPattern | |
| Parameters |
Access to request parameters.
|
| Pattern | |
| RedirectFilter |
Propagates the conversation context and page parameters across any
browser redirect initiated from a JSF navigation rule defined in
faces-config.xml.
|
| RewriteFilter | |
| RewritingResponse | |
| SeamFilter | Deprecated
use org.jboss.seam.servlet.SeamFilter
|
| ServletContexts |
A Seam component that binds the HttpServletRequest object
to the current thread.
|
| ServletMapping |
functions related to the faces servlet mapping and the translation from viewId to URL and back
|
| Session |
Controls HttpSession invalidation in any
servlet or JSF environment.
|
| UserPrincipal |
Manager component for the current user Principal
exposed via the JSF ExternalContext.
|
| WicketFilter |
| Enum | Description |
|---|---|
| AuthenticationFilter.AuthType |
| Exception | Description |
|---|---|
| FileUploadException |
Thrown when an exception occurs while uploading a file.
|
Copyright © 2015 Seam Framework. All Rights Reserved.