javax.faces.application
Class ConfigurableNavigationHandler

java.lang.Object
  extended by javax.faces.application.NavigationHandler
      extended by 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 $)

Constructor Summary
ConfigurableNavigationHandler()
           
 
Method Summary
abstract  NavigationCase getNavigationCase(FacesContext context, String fromAction, String outcome)
           
abstract  Map<String,Set<NavigationCase>> getNavigationCases()
           
 void performNavigation(String outcome)
           
 
Methods inherited from class javax.faces.application.NavigationHandler
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)


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