|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ontopia.topicmaps.webed.impl.basic.ActionForwardPage
public class ActionForwardPage
INTERNAL: Default implementation of the interface ActionForwardPageIF
| Field Summary | |
|---|---|
protected static ParamRuleIF |
DEF_PARAM_RULE
|
protected String |
framename
|
protected String |
nextActionTemplate
|
protected ParamRuleIF |
paramRule
|
protected Map |
reqParams
|
protected String |
url
|
| Constructor Summary | |
|---|---|
ActionForwardPage(String relativeURL)
|
|
ActionForwardPage(String aUrlString,
Map parameters)
|
|
ActionForwardPage(String relativeURL,
ParamRuleIF paramRule)
|
|
ActionForwardPage(String relativeURL,
String framename)
|
|
ActionForwardPage(String relativeURL,
String framename,
String nextActionTemplate)
|
|
ActionForwardPage(String aUrlString,
String framename,
String nextActionTemplate,
ParamRuleIF paramRule)
|
|
| 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. |
boolean |
equals(Object comp)
|
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 |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static final ParamRuleIF DEF_PARAM_RULE
protected String url
protected String framename
protected String nextActionTemplate
protected ParamRuleIF paramRule
protected Map reqParams
| Constructor Detail |
|---|
public ActionForwardPage(String relativeURL)
public ActionForwardPage(String aUrlString,
Map parameters)
public ActionForwardPage(String relativeURL,
ParamRuleIF paramRule)
public ActionForwardPage(String relativeURL,
String framename)
public ActionForwardPage(String relativeURL,
String framename,
String nextActionTemplate)
public ActionForwardPage(String aUrlString,
String framename,
String nextActionTemplate,
ParamRuleIF paramRule)
| Method Detail |
|---|
public String getURL()
ActionForwardPageIF
getURL in interface ActionForwardPageIFpublic String getFramename()
ActionForwardPageIF
getFramename in interface ActionForwardPageIF
public void addParameter(String paramName,
String paramValue)
ActionForwardPageIF
addParameter in interface ActionForwardPageIFpublic Map getParameters()
ActionForwardPageIF
getParameters in interface ActionForwardPageIFpublic String getNextActionTemplate()
ActionForwardPageIF
getNextActionTemplate in interface ActionForwardPageIFpublic ParamRuleIF getNextActionParamRule()
ActionForwardPageIFNote: If no specific rule was setup the next action will be identical to the next action template
getNextActionParamRule in interface ActionForwardPageIFpublic String toString()
toString in class Objectpublic boolean equals(Object comp)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||