Package org.jboss.solder.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
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.
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 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 © 2008-2011 Seam Framework. All Rights Reserved.