org.apache.myfaces.application
Class NavigationHandlerImpl
java.lang.Object
javax.faces.application.NavigationHandler
org.apache.myfaces.application.NavigationHandlerImpl
public class NavigationHandlerImpl
- extends javax.faces.application.NavigationHandler
- Version:
- $Revision: 415902 $ $Date: 2006-06-20 21:25:01 -0700 (Tue, 20 Jun 2006) $
- Author:
- Thomas Spiegl (latest modification by $Author: matzew $), Anton Koinov
Method Summary |
protected java.lang.String |
beforeNavigation(java.lang.String viewId)
TODO |
protected NavigationCase |
getNavigationCase(javax.faces.context.FacesContext facesContext,
java.lang.String fromAction,
java.lang.String outcome)
|
protected java.lang.String |
getViewId(javax.faces.context.FacesContext context,
java.lang.String fromAction,
java.lang.String outcome)
TODO |
void |
handleNavigation(javax.faces.context.FacesContext facesContext,
java.lang.String fromAction,
java.lang.String outcome)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NavigationHandlerImpl
public NavigationHandlerImpl()
handleNavigation
public void handleNavigation(javax.faces.context.FacesContext facesContext,
java.lang.String fromAction,
java.lang.String outcome)
- Specified by:
handleNavigation
in class javax.faces.application.NavigationHandler
getNavigationCase
protected NavigationCase getNavigationCase(javax.faces.context.FacesContext facesContext,
java.lang.String fromAction,
java.lang.String outcome)
getViewId
protected java.lang.String getViewId(javax.faces.context.FacesContext context,
java.lang.String fromAction,
java.lang.String outcome)
- TODO
beforeNavigation
protected java.lang.String beforeNavigation(java.lang.String viewId)
- TODO
Copyright © 2006 Apache Software Foundation. All Rights Reserved.