org.jboss.gravel.navigation.executor
Class UrlRedirectExecutorImpl

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

public final class UrlRedirectExecutorImpl
extends AbstractRedirectExecutor

See Also:
Serialized Form

Constructor Summary
UrlRedirectExecutorImpl(javax.el.ValueExpression targetExpression, javax.el.ValueExpression storeMessagesExpression)
           
 
Method Summary
 
Methods inherited from class org.jboss.gravel.navigation.executor.AbstractRedirectExecutor
execute
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrlRedirectExecutorImpl

public UrlRedirectExecutorImpl(javax.el.ValueExpression targetExpression,
                               javax.el.ValueExpression storeMessagesExpression)