|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActionForwardPageIF
INTERNAL: Interface for the description of a forward page assigned to an action.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |