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 java.lang.Exception
Perform the appropriate processing on the specified
ForwardConfig.
perform in class AbstractPerformForwardcontext - The context for this requestforwardConfig - The forward to be performedjava.lang.Exception - if thrown by the ActionCopyright © 2000–2025 Apache Software Foundation. All rights reserved.