org.apache.myfaces.extensions.cdi.jsf.impl.navigation
Class ViewConfigAwareNavigationHandler

java.lang.Object
  extended by javax.faces.application.NavigationHandler
      extended by org.apache.myfaces.extensions.cdi.jsf.impl.navigation.ViewConfigAwareNavigationHandler

public class ViewConfigAwareNavigationHandler
extends javax.faces.application.NavigationHandler

Author:
Gerhard Petracek

Constructor Summary
ViewConfigAwareNavigationHandler(javax.faces.application.NavigationHandler navigationHandler, boolean delegateCall)
           
 
Method Summary
 void handleNavigation(javax.faces.context.FacesContext facesContext, String fromAction, String outcome)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewConfigAwareNavigationHandler

public ViewConfigAwareNavigationHandler(javax.faces.application.NavigationHandler navigationHandler,
                                        boolean delegateCall)
Method Detail

handleNavigation

public void handleNavigation(javax.faces.context.FacesContext facesContext,
                             String fromAction,
                             String outcome)
Specified by:
handleNavigation in class javax.faces.application.NavigationHandler


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.