Interface | Description |
---|---|
HttpSessionStatus |
A helper bean that can be injected to check the status of the HttpSession and acquiring it
|
RedirectBuilder |
A builder, similar in style to the ResponseBuilder from JAX-RS, that simplifies the task of sending a redirect URL to the
client.
|
Class | Description |
---|---|
HttpServletRequestContext |
Encapsulates the
HttpServletRequest and HttpServletResponse for the current request and dually provides
access to the ServletContext and HttpSession , which are accessed from the HttpServletRequest object. |
Annotation Type | Description |
---|---|
ContextPath |
Qualifies the context path string.
|
CookieParam |
Qualifies injection points that should have their values fetched from a corresponding Cookie.
|
DefaultValue |
Sets the default value for an injected HTTP request, cookie, or header parameter.
|
HeaderParam |
Qualifies injection points that should have their values fetched from a corresponding HTTP header.
|
RequestParam |
Qualifies injection points that should have their values fetched from a corresponding HTTP request parameter (i.e., query
string or form parameter).
|
Copyright © 2012 Seam Framework. All Rights Reserved.