public class ViewConfigAwareNavigationHandler
extends javax.faces.application.NavigationHandler
NavigationHandler
which allows to use view-configs for JSF navigationConstructor and Description |
---|
ViewConfigAwareNavigationHandler(javax.faces.application.NavigationHandler navigationHandler,
boolean implicitNavigationSupported)
Constructor which allows to use the given
NavigationHandler |
Modifier and Type | Method and Description |
---|---|
void |
handleNavigation(javax.faces.context.FacesContext facesContext,
String fromAction,
String outcome) |
public ViewConfigAwareNavigationHandler(javax.faces.application.NavigationHandler navigationHandler, boolean implicitNavigationSupported)
NavigationHandler
navigationHandler
- navigation-handler of jsfimplicitNavigationSupported
- true in case of jsf2+ and false in case of jsf1.2Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.