org.springframework.webflow.action
Class ExternalRedirectAction

java.lang.Object
  extended by org.springframework.webflow.action.AbstractAction
      extended by org.springframework.webflow.action.ExternalRedirectAction
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, Action

public class ExternalRedirectAction
extends AbstractAction

An action that sends an external redirect when executed.

Author:
Keith Donald

Constructor Summary
ExternalRedirectAction(Expression resourceUri)
          Creates a new external redirect action
 
Method Summary
 
Methods inherited from class org.springframework.webflow.action.AbstractAction
afterPropertiesSet, execute, getEventFactorySupport
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalRedirectAction

public ExternalRedirectAction(Expression resourceUri)
Creates a new external redirect action

Parameters:
resourceUri - an expression for the resource Uri to redirect to