Home » Struts-1.3.10 » org.apache.struts » chain » [javadoc | source]
org.apache.struts.chain
abstract public class: AbstractPerformForward [javadoc | source]
java.lang.Object
   org.apache.struts.chain.AbstractPerformForward

All Implemented Interfaces:
    org.apache.commons.chain.Command

Direct Known Subclasses:
    PerformForward

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

Method from org.apache.struts.chain.AbstractPerformForward Summary:
execute,   getForwardConfigKey,   getModuleConfigKey,   perform,   setForwardConfigKey,   setModuleConfigKey
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.struts.chain.AbstractPerformForward Detail:
 public boolean execute(Context context) throws Exception 

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

 public String getForwardConfigKey() 

    Return the context attribute key under which the ForwardConfig for the currently selected application action is stored.

 public String getModuleConfigKey() 

    Return the context attribute key under which the ModuleConfig for the currently selected application module will be stored.

 abstract protected  void perform(Context context,
    ForwardConfig forwardConfig) throws Exception

    Perform the appropriate processing on the specified ForwardConfig.

 public  void setForwardConfigKey(String forwardConfigKey) 

    Set the context attribute key under which the ForwardConfig for the currently selected application action is stored.

 public  void setModuleConfigKey(String moduleConfigKey) 

    Set the context attribute key under which the ModuleConfig for the currently selected application module will be stored.