| Constructor and Description |
|---|
SetForwardAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
perform(ActionParametersIF params,
ActionResponseIF response)
PUBLIC: Performs the action using the values provided by the
params parameter. |
public void perform(ActionParametersIF params, ActionResponseIF response) throws ActionRuntimeException
ActionIFparams parameter.
The whole set of available parameters and attributes are
summarized in the request object, to allow the
action access to further relevant information.
perform in interface ActionIFActionRuntimeException - Thrown if a problem occurs
while executing the action.