Package | Description |
---|---|
net.ontopia.topicmaps.webed.impl.basic |
The basic implementation of the core interfaces belonging to
Ontopia's web editor framework, except the classes related to the
to the implementation of actions (which are in their own package
structure).
|
Modifier and Type | Class and Description |
---|---|
class |
IdentityParamRule
INTERNAL: Implementation of ParamRuleIF for returning the next
action template name.
|
Modifier and Type | Field and Description |
---|---|
protected static ParamRuleIF |
ActionForwardPage.DEF_PARAM_RULE |
protected ParamRuleIF |
ActionForwardPage.paramRule |
Modifier and Type | Method and Description |
---|---|
ParamRuleIF |
ActionForwardPageIF.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.
|
ParamRuleIF |
ActionForwardPage.getNextActionParamRule() |
Constructor and Description |
---|
ActionForwardPage(String relativeURL,
ParamRuleIF paramRule) |
ActionForwardPage(String aUrlString,
String framename,
String nextActionTemplate,
ParamRuleIF paramRule) |