javax.faces.application
Class NavigationHandler

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

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 $)

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.