|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.faces.application.NavigationHandler
com.sun.faces.application.NavigationHandlerImpl
public class NavigationHandlerImpl
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 Summary | |
|---|---|
NavigationHandlerImpl()
This constructor uses the current Application
instance to obtain the navigation mappings used to make
navigational decisions. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NavigationHandlerImpl()
Application
instance to obtain the navigation mappings used to make
navigational decisions.
| Method Detail |
|---|
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 string
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||