public interface ActionForwardPageIF
Modifier and Type | Method and Description |
---|---|
void |
addParameter(String paramName,
String paramValue)
INTERNAL: Adds a request parameter (name, value) pair which should
be included when setting up the next request.
|
String |
getFramename()
INTERNAL: Gets the name of the frame which the forwarded page should
appear in.
|
ParamRuleIF |
getNextActionParamRule()
INTERNAL: Get the rule for processing the request parameter
handling with the current action name and constructing the next
action request parameter with the help of the next action
template.
|
String |
getNextActionTemplate()
INTERNAL: Gets name of the template for the request parameter which
identifies the next action.
|
Map |
getParameters()
INTERNAL: Gets all existing request parameter (name, value) pairs.
|
String |
getURL()
INTERNAL: Gets the URL to forward to.
|
String getURL()
String getFramename()
void addParameter(String paramName, String paramValue)
Map getParameters()
String getNextActionTemplate()
ParamRuleIF getNextActionParamRule()
Note: If no specific rule was setup the next action will be identical to the next action template