org.jboss.seam.navigation
Class NavigationHandler

java.lang.Object
  extended by org.jboss.seam.faces.Navigator
      extended by 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

Constructor Summary
NavigationHandler()
           
 
Method Summary
abstract  boolean navigate(javax.faces.context.FacesContext context)
          Go ahead and execute the navigation rule.
 
Methods inherited from class org.jboss.seam.faces.Navigator
addFacesMessage, error, getDisplayMessage, redirect, render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigationHandler

public NavigationHandler()
Method Detail

navigate

public abstract boolean navigate(javax.faces.context.FacesContext context)
Go ahead and execute the navigation rule.