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).
|
net.ontopia.topicmaps.webed.impl.utils |
Modifier and Type | Method and Description |
---|---|
FileValueIF |
ActionParametersIF.getFileValue()
PUBLIC: Returns the parameter value as a file, if it was given as
a file.
|
Modifier and Type | Method and Description |
---|---|
FileValueIF |
ActionParameters.getFileValue() |
Constructor and Description |
---|
ActionParameters(String fieldname,
String[] fieldvalues,
FileValueIF filevalue,
List params,
TopicMapIF topicmap,
WebEdRequestIF request) |
Modifier and Type | Method and Description |
---|---|
FileValueIF |
Parameters.getFile(String name) |
Modifier and Type | Method and Description |
---|---|
void |
Parameters.addParameter(String name,
FileValueIF parameter) |