org.jboss.seam.pages
Class RedirectNavigationHandler

java.lang.Object
  extended by org.jboss.seam.core.Navigator
      extended by org.jboss.seam.pages.NavigationHandler
          extended by org.jboss.seam.pages.RedirectNavigationHandler

public final class RedirectNavigationHandler
extends NavigationHandler


Constructor Summary
RedirectNavigationHandler(String viewId, List<Param> params)
           
 
Method Summary
 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

RedirectNavigationHandler

public RedirectNavigationHandler(String viewId,
                                 List<Param> params)
Method Detail

navigate

public boolean navigate(javax.faces.context.FacesContext context)
Specified by:
navigate in class NavigationHandler