javax.faces.application
Class NavigationHandler

java.lang.Object
  extended by javax.faces.application.NavigationHandler
Direct Known Subclasses:
ConfigurableNavigationHandler, NavigationHandlerWrapper

public abstract class NavigationHandler
extends Object

see Javadoc of JSF Specification


Constructor Summary
NavigationHandler()
           
 
Method Summary
abstract  void handleNavigation(FacesContext context, String fromAction, String outcome)
           
 void handleNavigation(FacesContext context, String fromAction, String outcome, String toFlowDocumentId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigationHandler

public NavigationHandler()
Method Detail

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.