org.apache.myfaces.extensions.cdi.jsf.impl.navigation
Class ViewConfigAwareNavigationHandler
java.lang.Object
javax.faces.application.NavigationHandler
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewConfigAwareNavigationHandler
public ViewConfigAwareNavigationHandler(javax.faces.application.NavigationHandler navigationHandler,
boolean implicitNavigationSupported)
- Constructor which allows to use the given
NavigationHandler
- Parameters:
navigationHandler
- navigation-handler of jsfimplicitNavigationSupported
- true in case of jsf2+ and false in case of jsf1.2
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.