org.jboss.seam.jsf
Class SeamNavigationHandler
java.lang.Object
javax.faces.application.NavigationHandler
javax.faces.application.ConfigurableNavigationHandler
org.jboss.seam.jsf.SeamNavigationHandler
public class SeamNavigationHandler
- extends javax.faces.application.ConfigurableNavigationHandler
Adds three new navigation possibilities beyond the
frumpy JSF navigation rules: returning the view id
directly, pages.xml, and jPDL-based pageflows.
- Author:
- Gavin King
Methods inherited from class javax.faces.application.ConfigurableNavigationHandler |
performNavigation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SeamNavigationHandler
public SeamNavigationHandler(javax.faces.application.NavigationHandler navigationHandler)
handleNavigation
public void handleNavigation(javax.faces.context.FacesContext context,
String fromAction,
String outcome)
- Specified by:
handleNavigation
in class javax.faces.application.NavigationHandler
getNavigationCase
public javax.faces.application.NavigationCase getNavigationCase(javax.faces.context.FacesContext context,
String fromAction,
String outcome)
- Specified by:
getNavigationCase
in class javax.faces.application.ConfigurableNavigationHandler
getNavigationCases
public Map<String,Set<javax.faces.application.NavigationCase>> getNavigationCases()
- Specified by:
getNavigationCases
in class javax.faces.application.ConfigurableNavigationHandler
Copyright © 2012 Seam Framework. All Rights Reserved.