org.apache.myfaces.application
Class NavigationHandlerSupport
java.lang.Object
org.apache.myfaces.application.NavigationHandlerSupport
- Direct Known Subclasses:
- DefaultNavigationHandlerSupport
public abstract class NavigationHandlerSupport
- extends Object
- Author:
- lu4242
Method Summary |
abstract String |
calculateViewId(FacesContext facesContext)
Calculates the view id from the given faces context, following the algorithm
described in JSF spec. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NavigationHandlerSupport
public NavigationHandlerSupport()
calculateViewId
public abstract String calculateViewId(FacesContext facesContext)
Calculates the view id from the given faces context, following the algorithm
described in JSF spec.
Copyright © 2015 The Apache Software Foundation. All rights reserved.