javax.faces.application
Class ConfigurableNavigationHandler

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

public abstract class ConfigurableNavigationHandler
extends NavigationHandler

Since:
2.0
Version:
$Revision: 1488347 $ $Date: 2013-05-31 13:30:47 -0500 (Fri, 31 May 2013) $
Author:
Simon Lessard (latest modification by $Author: lu4242 $)

Constructor Summary
ConfigurableNavigationHandler()
           
 
Method Summary
abstract  NavigationCase getNavigationCase(FacesContext context, String fromAction, String outcome)
           
 NavigationCase getNavigationCase(FacesContext context, String fromAction, String outcome, String toFlowDocumentId)
           
abstract  Map<String,Set<NavigationCase>> getNavigationCases()
           
 void inspectFlow(FacesContext context, Flow flow)
           
 void performNavigation(String outcome)
           
 
Methods inherited from class javax.faces.application.NavigationHandler
handleNavigation, handleNavigation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurableNavigationHandler

public ConfigurableNavigationHandler()
Method Detail

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)

inspectFlow

public void inspectFlow(FacesContext context,
                        Flow flow)
Parameters:
context -
flow -
Since:
2.2

getNavigationCase

public NavigationCase getNavigationCase(FacesContext context,
                                        String fromAction,
                                        String outcome,
                                        String toFlowDocumentId)
Parameters:
context -
fromAction -
outcome -
toFlowDocumentId -
Returns:
Since:
2.2


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.