public class NavigationHandlerImpl
extends javax.faces.application.NavigationHandler
NavigationHandlerImpl is the class that implements default navigation handling. Refer to section 7.4.2 of the specification for more details. PENDING: Make independent of ApplicationAssociate.
| Constructor and Description |
|---|
NavigationHandlerImpl()
This constructor uses the current
Application
instance to obtain the navigation mappings used to make
navigational decisions. |
| Modifier and Type | Method and Description |
|---|---|
void |
handleNavigation(javax.faces.context.FacesContext context,
java.lang.String fromAction,
java.lang.String outcome)
Determine the next view based on the current view
(
from-view-id stored in FacesContext),
fromAction and outcome. |
public NavigationHandlerImpl()
Application
instance to obtain the navigation mappings used to make
navigational decisions.public void handleNavigation(javax.faces.context.FacesContext context,
java.lang.String fromAction,
java.lang.String outcome)
from-view-id stored in FacesContext),
fromAction and outcome.handleNavigation in class javax.faces.application.NavigationHandlercontext - The FacesContextfromAction - the action reference stringoutcome - the outcome stringCopyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.