Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.faces.application
Class NavigationHandler  view NavigationHandler download NavigationHandler.java

java.lang.Object
  extended byjavax.faces.application.NavigationHandler

public abstract class NavigationHandler
extends java.lang.Object

Version:
$Revision: 166994 $ $Date: 2004-07-01 18:12:40 -0400 (Thu, 01 Jul 2004) $

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