Package org.jboss.seam.servlet.http

Interface Summary
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 Summary
HttpSessionStatus A helper bean that can be injected to check the status of the HttpSession and acquiring it
 

Annotation Types Summary
ContextPath Qualifies the context path.
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.
HttpRequest A qualifier used to distinguish resources (such as exception handlers) that are appropriate for an HTTP request.
RequestParam Qualifies injection points that should have their values fetched from a corresponding HTTP request parameter (i.e., query string or form parameter).
 



Copyright © 2010 Seam Framework. All Rights Reserved.