Class | Description |
---|---|
ServletRequestContext |
Encapsulates the
ServletRequest and ServletResponse for the current request and dually provides access to the
ServletContext , which is accessed from the HttpServletRequest object. |
WebApplication |
Information about the current web application.
|
Annotation Type | Description |
---|---|
ServerInfo |
Qualifies the server info string.
|
WebRequest |
A qualifier used to distinguish resources (such as exception handlers) that are appropriate for an HTTP request not handled
by a more specific Servlet (such as JAX-RS or JSF).
|
Copyright © 2012 Seam Framework. All Rights Reserved.