javax.faces.application
Class ConfigurableNavigationHandler
java.lang.Object
javax.faces.application.NavigationHandler
javax.faces.application.ConfigurableNavigationHandler
public abstract class ConfigurableNavigationHandler
- extends NavigationHandler
- Since:
- 2.0
- Version:
- $Revision: 1187700 $ $Date: 2011-10-22 07:19:37 -0500 (Sat, 22 Oct 2011) $
- Author:
- Simon Lessard (latest modification by $Author: bommel $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurableNavigationHandler
public ConfigurableNavigationHandler()
getNavigationCase
public abstract NavigationCase getNavigationCase(FacesContext context,
String fromAction,
String outcome)
getNavigationCases
public abstract Map<String,Set<NavigationCase>> getNavigationCases()
performNavigation
public void performNavigation(String outcome)
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.