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 implicitNavigationSupported)
          Constructor which allows to use the given NavigationHandler
 
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 implicitNavigationSupported)
Constructor which allows to use the given NavigationHandler

Parameters:
navigationHandler - navigation-handler of jsf
implicitNavigationSupported - true in case of jsf2+ and false in case of jsf1.2
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-2011 The Apache Software Foundation. All Rights Reserved.