org.jboss.gravel.navigation.executor
Class AbstractRedirectExecutor

java.lang.Object
  extended by org.jboss.gravel.navigation.executor.AbstractRedirectExecutor
All Implemented Interfaces:
Serializable, NavigationExecutor
Direct Known Subclasses:
StayRedirectExecutorImpl, UrlRedirectExecutorImpl, ViewRedirectExecutorImpl

public abstract class AbstractRedirectExecutor
extends Object
implements NavigationExecutor

See Also:
Serialized Form

Method Summary
 void execute(javax.faces.context.FacesContext context)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

execute

public final void execute(javax.faces.context.FacesContext context)
Specified by:
execute in interface NavigationExecutor