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

NavigationHandler needed for the ViewAccessScoped


Constructor Summary
AccessScopeAwareNavigationHandler(javax.faces.application.NavigationHandler navigationHandler)
          Constructor for wrapping the given 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)
Constructor for wrapping the given NavigationHandler

Parameters:
navigationHandler - navigation-handler which should be wrapped
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-2012 The Apache Software Foundation. All Rights Reserved.