public class NavigationHandlerImpl
extends javax.faces.application.NavigationHandler
| Constructor and Description |
|---|
NavigationHandlerImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
beforeNavigation(String viewId)
Invoked by the navigation handler before the new view component is created.
|
NavigationCase |
getNavigationCase(javax.faces.context.FacesContext facesContext,
String fromAction,
String outcome)
Returns the
NavigationCasethat applies for the given action and outcome |
String |
getViewId(javax.faces.context.FacesContext context,
String fromAction,
String outcome)
Returns the view ID that would be created for the given action and outcome
|
void |
handleNavigation(javax.faces.context.FacesContext facesContext,
String fromAction,
String outcome) |
public void handleNavigation(javax.faces.context.FacesContext facesContext,
String fromAction,
String outcome)
handleNavigation in class javax.faces.application.NavigationHandlerpublic NavigationCase getNavigationCase(javax.faces.context.FacesContext facesContext, String fromAction, String outcome)
NavigationCasethat applies for the given action and outcomepublic String getViewId(javax.faces.context.FacesContext context, String fromAction, String outcome)
public String beforeNavigation(String viewId)
viewId - The view ID to be createdreturns NULL
not implemented/called by Apache MyFaces
Copyright © 2013 Apache Software Foundation. All Rights Reserved.