| 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 |
|---|---|
| CookieParamProducer |
A producer for a String bean qualified @
CookieParam. |
| HeaderParamProducer |
A producer for a String bean qualified @
HeaderParam. |
| 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. |
| HttpSessionStatusImpl |
A helper bean that can be injected to check the status of the HttpSession and acquiring it
|
| ImplicitHttpServletObjectsProducer |
A producer for implicit HTTP Servlet objects, specifically the
HttpServletRequest, HttpServletResponse and
HttpSession. |
| RedirectBuilderImpl | |
| RequestParamProducer |
A producer for a String bean qualified @
RequestParam. |
| TemporalConverters |
| 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).
|
| TypedParamValue |
Copyright © 2008-2013 Seam Framework. All Rights Reserved.