javax.faces.application
Class NavigationHandler
java.lang.Object
javax.faces.application.NavigationHandler
- Direct Known Subclasses:
- ConfigurableNavigationHandler, NavigationHandlerWrapper
public abstract class NavigationHandler
- extends Object
see Javadoc of JSF Specification
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NavigationHandler
public NavigationHandler()
handleNavigation
public abstract void handleNavigation(FacesContext context,
String fromAction,
String outcome)
handleNavigation
public void handleNavigation(FacesContext context,
String fromAction,
String outcome,
String toFlowDocumentId)
- Parameters:
context
- fromAction
- outcome
- toFlowDocumentId
- - Since:
- 2.2
Copyright © 2014 The Apache Software Foundation. All rights reserved.