|
||||||||||
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(java.lang.String paramName,
java.lang.String paramValue)
INTERNAL: Adds a request parameter (name, value) pair which should be included when setting up the next request. |
java.lang.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. |
java.lang.String |
getNextActionTemplate()
INTERNAL: Gets name of the template for the request parameter which identifies the next action. |
java.util.Map |
getParameters()
INTERNAL: Gets all existing request parameter (name, value) pairs. |
java.lang.String |
getURL()
INTERNAL: Gets the URL to forward to. |
Method Detail |
---|
java.lang.String getURL()
java.lang.String getFramename()
void addParameter(java.lang.String paramName, java.lang.String paramValue)
java.util.Map getParameters()
java.lang.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 |