org.apache.myfaces.trinidadinternal.application
Class NavigationHandlerImpl

java.lang.Object
  extended by javax.faces.application.NavigationHandler
      extended by org.apache.myfaces.trinidadinternal.application.NavigationHandlerImpl

public class NavigationHandlerImpl
extends javax.faces.application.NavigationHandler


Constructor Summary
NavigationHandlerImpl(javax.faces.application.NavigationHandler delegate)
           
 
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

NavigationHandlerImpl

public NavigationHandlerImpl(javax.faces.application.NavigationHandler delegate)
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


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.