org.jboss.gravel.navigation.executor
Class ViewExecutorImpl

java.lang.Object
  extended by org.jboss.gravel.navigation.executor.ViewExecutorImpl
All Implemented Interfaces:
Serializable, NavigationExecutor

public final class ViewExecutorImpl
extends Object
implements NavigationExecutor

See Also:
Serialized Form

Constructor Summary
ViewExecutorImpl(javax.el.ValueExpression targetExpression)
           
 
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
 

Constructor Detail

ViewExecutorImpl

public ViewExecutorImpl(javax.el.ValueExpression targetExpression)
Method Detail

execute

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