- All Implemented Interfaces:
- javax.servlet.Filter
- Direct Known Subclasses:
- SeamRedirectFilter
@Scope(value=APPLICATION)
@Name(value="org.jboss.seam.web.redirectFilter")
@Install(precedence=0,
classDependencies="javax.faces.context.FacesContext")
@BypassInterceptors
@Filter(within="org.jboss.seam.web.ajax4jsfFilter")
public class RedirectFilter
extends AbstractFilter
Propagates the conversation context and page parameters across any
browser redirect initiated from a JSF navigation rule defined in
faces-config.xml. Note that this is no longer needed if all
navigation rules are defined in pages.xml.
- Author:
- Gavin King