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() | 
| protected void | handleHotReloadNavigation(URLPolicyService pservice,
                         javax.faces.context.FacesContext context,
                         String fromAction,
                         String outcome) | 
| 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.NavigationHandlerprotected void handleHotReloadNavigation(URLPolicyService pservice, javax.faces.context.FacesContext context, String fromAction, String outcome)
public javax.faces.application.NavigationCase getNavigationCase(javax.faces.context.FacesContext context, String fromAction, String outcome)
getNavigationCase in class javax.faces.application.ConfigurableNavigationHandlerpublic Map<String,Set<javax.faces.application.NavigationCase>> getNavigationCases()
getNavigationCases in class javax.faces.application.ConfigurableNavigationHandlerCopyright © 2017 Nuxeo. All rights reserved.