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

java.lang.Object
  extended by javax.faces.application.NavigationHandler
      extended by 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)
           
 
Method Summary
 void handleNavigation(javax.faces.context.FacesContext facesContext, String s, String s1)
           
protected  javax.faces.context.FacesContext wrapFacesContext(javax.faces.context.FacesContext facesContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessScopeAwareNavigationHandler

public AccessScopeAwareNavigationHandler(javax.faces.application.NavigationHandler navigationHandler)
Method Detail

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 The Apache Software Foundation. All Rights Reserved.