Save This Page
Home » struts-1.3.9-src » org.apache.struts » chain » commands » [javadoc | source]
org.apache.struts.chain.commands
abstract public class: AbstractPerformForward [javadoc | source]
java.lang.Object
   org.apache.struts.chain.commands.ActionCommandBase
      org.apache.struts.chain.commands.AbstractPerformForward

All Implemented Interfaces:
    ActionCommand

Direct Known Subclasses:
    PerformForward

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

Method from org.apache.struts.chain.commands.AbstractPerformForward Summary:
execute,   perform
Methods from org.apache.struts.chain.commands.ActionCommandBase:
execute,   execute
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.struts.chain.commands.AbstractPerformForward Detail:
 public boolean execute(ActionContext actionCtx) throws Exception 

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

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

    Perform the appropriate processing on the specified ForwardConfig.