public class FancyNavigationHandler
extends javax.faces.application.ConfigurableNavigationHandler
Modifier and Type | Field and Description |
---|---|
static String |
DISABLE_REDIRECT_FOR_URL_REWRITE |
Constructor and Description |
---|
FancyNavigationHandler(javax.faces.application.NavigationHandler navigationHandler) |
Modifier and Type | Method and Description |
---|---|
javax.faces.application.NavigationCase |
getNavigationCase(javax.faces.context.FacesContext context,
String fromAction,
String outcome) |
Map<String,Set<javax.faces.application.NavigationCase>> |
getNavigationCases() |
void |
handleNavigation(javax.faces.context.FacesContext context,
String fromAction,
String outcome) |
public static final String DISABLE_REDIRECT_FOR_URL_REWRITE
public FancyNavigationHandler(javax.faces.application.NavigationHandler navigationHandler)
public void handleNavigation(javax.faces.context.FacesContext context, String fromAction, String outcome)
handleNavigation
in class javax.faces.application.NavigationHandler
public javax.faces.application.NavigationCase getNavigationCase(javax.faces.context.FacesContext context, String fromAction, String outcome)
getNavigationCase
in class javax.faces.application.ConfigurableNavigationHandler
Copyright © 2015 Nuxeo SA. All rights reserved.