Package org.ocpsoft.rewrite.faces
Class RewriteNavigationHandler
java.lang.Object
javax.faces.application.NavigationHandler
javax.faces.application.ConfigurableNavigationHandler
org.ocpsoft.rewrite.faces.RewriteNavigationHandler
- Author:
- Lincoln Baxter, III <lincoln@ocpsoft.com>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNavigationCase(FacesContext context, String fromAction, String outcome) voidhandleNavigation(FacesContext context, String fromAction, String outcome) static booleanisInNavigation(HttpServletRequest request) voidperformNavigation(String outcome) Methods inherited from class javax.faces.application.ConfigurableNavigationHandler
getNavigationCase, inspectFlowMethods inherited from class javax.faces.application.NavigationHandler
handleNavigation
-
Field Details
-
REDIRECT_PREFIX
- See Also:
-
-
Constructor Details
-
Method Details