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 . |
execute
execute
protected void perform(ActionContext context, ForwardConfig forwardConfig) throws Exception
Perform the appropriate processing on the specified
ForwardConfig
.
perform
in class AbstractPerformForward
context
- The context for this requestforwardConfig
- The forward to be performedException
- if thrown by the Action
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.