org.apache.struts.chain.servlet
Class PerformForward

java.lang.Object
  extended byorg.apache.struts.chain.AbstractPerformForward
      extended byorg.apache.struts.chain.servlet.PerformForward
All Implemented Interfaces:
org.apache.commons.chain.Command

public class PerformForward
extends AbstractPerformForward

Perform forwarding or redirection based on the specified ForwardConfig (if any).

Version:
$Rev: 54933 $ $Date: 2004-10-16 18:04:52 +0100 (Sat, 16 Oct 2004) $

Field Summary
 
Fields inherited from class org.apache.struts.chain.AbstractPerformForward
 
Constructor Summary
PerformForward()
           
 
Method Summary
protected  void perform(org.apache.commons.chain.Context context, org.apache.struts.config.ForwardConfig forwardConfig)
          Perform the appropriate processing on the specified ForwardConfig.
 
Methods inherited from class org.apache.struts.chain.AbstractPerformForward
execute, getForwardConfigKey, getModuleConfigKey, setForwardConfigKey, setModuleConfigKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerformForward

public PerformForward()
Method Detail

perform

protected void perform(org.apache.commons.chain.Context context,
                       org.apache.struts.config.ForwardConfig forwardConfig)
                throws java.lang.Exception

Perform the appropriate processing on the specified ForwardConfig.

Specified by:
perform in class AbstractPerformForward
Parameters:
context - The context for this request
forwardConfig - The forward to be performed
Throws:
java.lang.Exception


Copyright ? 2003 - Apache Software Foundation