Package | Description |
---|---|
net.ontopia.topicmaps.webed.core |
The core interfaces of the Web Editor Framework; the main
interfaces used to build Web Editor applications.
|
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 | Method and Description |
---|---|
WebEdRequestIF |
ActionParametersIF.getRequest()
PUBLIC: Returns the web editor request that triggered this action.
|
Modifier and Type | Class and Description |
---|---|
class |
WebEdRequest
INTERNAL: Default implementation of WebEdRequestIF.
|
Modifier and Type | Method and Description |
---|---|
WebEdRequestIF |
ActionParameters.getRequest() |
Constructor and Description |
---|
ActionParameters(String fieldname,
String[] fieldvalues,
FileValueIF filevalue,
List params,
TopicMapIF topicmap,
WebEdRequestIF request) |