javax.faces.application
Class NavigationHandler
java.lang.Object
javax.faces.application.NavigationHandler
- Direct Known Subclasses:
- ConfigurableNavigationHandler
public abstract class NavigationHandler
- extends Object
see Javadoc of JSF Specification
- Version:
- $Revision: 676298 $ $Date: 2008-07-13 05:31:48 -0500 (Sun, 13 Jul 2008) $
- Author:
- Manfred Geiler (latest modification by $Author: skitching $)
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)
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.