Uses of Package
org.jboss.seam.web

Packages that use org.jboss.seam.web
org.jboss.seam.captcha A simple CAPTCHA algorithm that supports customization 
org.jboss.seam.faces A set of Seam components for working with JSF. 
org.jboss.seam.navigation Implementation of pages.xml based navigation 
org.jboss.seam.servlet Integration with the servlet API. 
org.jboss.seam.web Seam components for use in a servlet environment. 
 

Classes in org.jboss.seam.web used by org.jboss.seam.captcha
AbstractResource
          Superclass of Seam components that serve up "resources" to the client via the Seam resource servlet.
 

Classes in org.jboss.seam.web used by org.jboss.seam.faces
IsUserInRole
          Manager component for a map of roles assigned to the current user, as exposed via the JSF ExternalContext.
Parameters
          Access to request parameters.
UserPrincipal
          Manager component for the current user Principal exposed via the JSF ExternalContext.
 

Classes in org.jboss.seam.web used by org.jboss.seam.navigation
Pattern
           
 

Classes in org.jboss.seam.web used by org.jboss.seam.servlet
AbstractFilter
          Abstract superclass for Seam components that act as servlet filters.
ContextFilter
          Manages the Seam contexts associated with a request to any servlet.
ExceptionFilter
          Delegate uncaught exceptions to Seam exception handling.
CharacterEncodingFilter
          A servlet filter that lets you set the character encoding of submitted data.
RedirectFilter
          Propagates the conversation context and page parameters across any browser redirect initiated from a JSF navigation rule defined in faces-config.xml.
 

Classes in org.jboss.seam.web used by org.jboss.seam.web
AbstractFilter
          Abstract superclass for Seam components that act as servlet filters.
AbstractResource
          Superclass of Seam components that serve up "resources" to the client via the Seam resource servlet.
AuthenticationFilter.AuthType
           
IncomingPattern
           
MultipartRequest
          Interface that declares multipart-specific API methods, to enable easier mocking of multipart requests.
OutgoingPattern
           
Pattern
           
Rewrite
           
ServletContexts
          A Seam component that binds the HttpServletRequest object to the current thread.
ServletMapping
          functions related to the faces servlet mapping and the translation from viewId to URL and back
Session
          Controls HttpSession invalidation in any servlet or JSF environment.