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 |
ActionContext
INTERNAL: Implementation of the ActionContextIF interface.
|
Modifier and Type | Method and Description |
---|---|
String |
IdentityParamRule.generate(ActionContextIF context,
String currentAction,
String nextActionTempl,
String urlWithParams) |
String |
ParamRuleIF.generate(ActionContextIF context,
String actionName,
String nextActionTemplate,
String urlWithParams)
INTERNAL: Transform the action name, based on the values of the
given current action and next action or information residing in
the context object.
|