org.richfaces.ui.application
Class StateNavigationHandler

java.lang.Object
  extended by javax.faces.application.NavigationHandler
      extended by org.richfaces.ui.application.StateNavigationHandler

public class StateNavigationHandler
extends javax.faces.application.NavigationHandler

Author:
asmirnov

Constructor Summary
StateNavigationHandler(javax.faces.application.NavigationHandler parent)
           
 
Method Summary
 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

StateNavigationHandler

public StateNavigationHandler(javax.faces.application.NavigationHandler parent)
Parameters:
parent -
Method Detail

handleNavigation

public void handleNavigation(javax.faces.context.FacesContext context,
                             java.lang.String fromAction,
                             java.lang.String outcome)
Specified by:
handleNavigation in class javax.faces.application.NavigationHandler
Parameters:
context -
fromAction -
outcome -
See Also:
NavigationHandler.handleNavigation(javax.faces.context.FacesContext, java.lang.String, java.lang.String)


Copyright © 2010. All Rights Reserved.