org.apache.myfaces.extensions.cdi.jsf.impl.navigation
Class AccessScopeAwareNavigationHandler
java.lang.Object
javax.faces.application.NavigationHandler
org.apache.myfaces.extensions.cdi.jsf.impl.navigation.AccessScopeAwareNavigationHandler
public class AccessScopeAwareNavigationHandler
- extends javax.faces.application.NavigationHandler
- Author:
- Gerhard Petracek
Constructor Summary |
AccessScopeAwareNavigationHandler(javax.faces.application.NavigationHandler navigationHandler)
Constructor for wrapping the given NavigationHandler |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccessScopeAwareNavigationHandler
public AccessScopeAwareNavigationHandler(javax.faces.application.NavigationHandler navigationHandler)
- Constructor for wrapping the given
NavigationHandler
- Parameters:
navigationHandler
- navigation-handler which should be wrapped
handleNavigation
public void handleNavigation(javax.faces.context.FacesContext facesContext,
String s,
String s1)
-
- Specified by:
handleNavigation
in class javax.faces.application.NavigationHandler
wrapFacesContext
protected javax.faces.context.FacesContext wrapFacesContext(javax.faces.context.FacesContext facesContext)
Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.