@Namespace(value="http://jboss.com/products/seam/web", prefix="org.jboss.seam.web")

Package org.jboss.seam.web

Class Summary
AbstractFilter  
CharacterEncodingFilter A servlet filter that lets you set the character encoding of submitted data.
ContextFilter Manages the Seam contexts associated with a request to any servlet.
ExceptionFilter As a last line of defence, rollback uncommitted transactions at the very end of the request.
MultipartFilter  
MultipartRequest Request wrapper for supporting multipart requests, used for file uploading.
RedirectFilter Propagates the conversation context and page parameters across any browser redirect initiated from a JSF navigation rule defined in faces-config.xml.
SeamFilter