public abstract class AbstractPerformForward extends ActionCommandBase
Perform forwarding or redirection based on the specified
ForwardConfig (if any).
| Constructor and Description |
|---|
AbstractPerformForward() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(ActionContext actionCtx)
Perform forwarding or redirection based on the specified
ActionForward (if any). |
protected abstract void |
perform(ActionContext context,
ForwardConfig forwardConfig)
Perform the appropriate processing on the specified
ForwardConfig. |
executepublic boolean execute(ActionContext actionCtx) throws java.lang.Exception
Perform forwarding or redirection based on the specified
ActionForward (if any).
execute in interface ActionCommandexecute in class ActionCommandBaseactionCtx - The Context for the current requesttrue so that processing completesjava.lang.Exception - if thrown by the Actionprotected abstract void perform(ActionContext context, ForwardConfig forwardConfig) throws java.lang.Exception
Perform the appropriate processing on the specified
ForwardConfig.
context - 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.