org.jboss.seam.navigation
Class NavigationHandler
java.lang.Object
org.jboss.seam.faces.Navigator
org.jboss.seam.navigation.NavigationHandler
- Direct Known Subclasses:
- RedirectNavigationHandler, RenderNavigationHandler
public abstract class NavigationHandler
- extends Navigator
The result of a navigation rule.
- Author:
- Gavin King
Method Summary |
abstract boolean |
navigate(javax.faces.context.FacesContext context)
Go ahead and execute the navigation rule. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NavigationHandler
public NavigationHandler()
navigate
public abstract boolean navigate(javax.faces.context.FacesContext context)
- Go ahead and execute the navigation rule.