public class AccessScopeAwareNavigationHandler
extends javax.faces.application.NavigationHandler
NavigationHandler
needed for the
ViewAccessScoped
Constructor and Description |
---|
AccessScopeAwareNavigationHandler(javax.faces.application.NavigationHandler navigationHandler)
Constructor for wrapping the given
NavigationHandler |
Modifier and Type | Method and Description |
---|---|
void |
handleNavigation(javax.faces.context.FacesContext facesContext,
String s,
String s1) |
protected javax.faces.context.FacesContext |
wrapFacesContext(javax.faces.context.FacesContext facesContext) |
public AccessScopeAwareNavigationHandler(javax.faces.application.NavigationHandler navigationHandler)
NavigationHandler
navigationHandler
- navigation-handler which should be wrappedpublic void handleNavigation(javax.faces.context.FacesContext facesContext, String s, String s1)
handleNavigation
in class javax.faces.application.NavigationHandler
protected javax.faces.context.FacesContext wrapFacesContext(javax.faces.context.FacesContext facesContext)
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.