javax.faces.application
Class NavigationHandler

java.lang.Object
  extended by javax.faces.application.NavigationHandler

public abstract class NavigationHandler
extends Object

The interface for an object which determines what the "next" view to show is, and then causes the ViewHandler to set that view as the current one.

The JSF specification defines the behaviour of a default implementation of this interface. An alternate implementation can be used by configuring the appropriate element in the application's faces-config.xml file.

See the javadoc for this class in the JSF Specification for more details.

Version:
$Revision: 705327 $ $Date: 2008-10-16 14:06:57 -0500 (Thu, 16 Oct 2008) $
Author:
Manfred Geiler (latest modification by $Author: skitching $)

Constructor Summary
NavigationHandler()
           
 
Method Summary
abstract  void handleNavigation(FacesContext context, String fromAction, String outcome)
           
 
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)


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