Class PerformForward
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:
org.apache.commons.chain.Command<ActionContext>,ActionCommand
Perform forwarding or redirection based on the specified
ForwardConfig (if any).
- Version:
- $Rev$ $Date$
-
Field Summary
Fields inherited from interface org.apache.commons.chain.Command
CONTINUE_PROCESSING, PROCESSING_COMPLETE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidperform(ActionContext context, ForwardConfig forwardConfig) Perform the appropriate processing on the specifiedForwardConfig.Methods inherited from class org.apache.struts.chain.commands.AbstractPerformForward
execute_Methods inherited from class org.apache.struts.chain.commands.ActionCommandBase
execute
-
Constructor Details
-
PerformForward
public PerformForward()
-
-
Method Details
-
perform
Perform the appropriate processing on the specified
ForwardConfig.- Specified by:
performin classAbstractPerformForward- Parameters:
context- The context for this requestforwardConfig- The forward to be performed- Throws:
Exception- if thrown by theAction
-