org.jboss.seam.pages
Class RenderNavigationHandler

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

public final class RenderNavigationHandler
extends NavigationHandler


Constructor Summary
RenderNavigationHandler(String viewId)
           
 
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

RenderNavigationHandler

public RenderNavigationHandler(String viewId)
Method Detail

navigate

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