org.jboss.seam.pages
Class NavigationHandler

java.lang.Object
  extended by org.jboss.seam.core.Navigator
      extended by org.jboss.seam.pages.NavigationHandler
Direct Known Subclasses:
RedirectNavigationHandler, RenderNavigationHandler

public abstract class NavigationHandler
extends Navigator


Constructor Summary
NavigationHandler()
           
 
Method Summary
abstract  boolean navigate(javax.faces.context.FacesContext context)
           
 
Methods inherited from class org.jboss.seam.core.Navigator
error, 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)