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

All Implemented Interfaces:
    ActionCommand

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

Method from org.apache.struts.chain.commands.servlet.PerformForward Summary:
perform
Methods from org.apache.struts.chain.commands.AbstractPerformForward:
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.servlet.PerformForward Detail:
 protected  void perform(ActionContext context,
    ForwardConfig forwardConfig) throws Exception 

    Perform the appropriate processing on the specified ForwardConfig.