org.apache.struts.chain.commands.servlet
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, ActionCommand
public class PerformForward
- extends AbstractPerformForward
Perform forwarding or redirection based on the specified
ForwardConfig
(if any).
- Version:
- $Rev: 471754 $ $Date: 2006-11-06 08:55:09 -0600 (Mon, 06 Nov 2006) $
Fields inherited from interface org.apache.commons.chain.Command |
CONTINUE_PROCESSING, PROCESSING_COMPLETE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PerformForward
public PerformForward()
perform
protected void perform(ActionContext context,
ForwardConfig forwardConfig)
throws Exception
Perform the appropriate processing on the specified
ForwardConfig
.
- Specified by:
perform
in class AbstractPerformForward
- Parameters:
context
- The context for this requestforwardConfig
- The forward to be performed
- Throws:
Exception
- if thrown by the Action
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.