public class PerformForward extends AbstractPerformForward
Perform forwarding or redirection based on the specified
ForwardConfig (if any).
| Constructor and Description |
|---|
PerformForward() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
perform(ActionContext context,
ForwardConfig forwardConfig)
Perform the appropriate processing on the specified
ForwardConfig. |
executeexecuteprotected void perform(ActionContext context, ForwardConfig forwardConfig) throws Exception
Perform the appropriate processing on the specified
ForwardConfig.
perform in class AbstractPerformForwardcontext - The context for this requestforwardConfig - The forward to be performedException - if thrown by the ActionCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.