|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileValueIF | |
---|---|
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 |
Uses of FileValueIF in net.ontopia.topicmaps.webed.core |
---|
Methods in net.ontopia.topicmaps.webed.core that return FileValueIF | |
---|---|
FileValueIF |
ActionParametersIF.getFileValue()
PUBLIC: Returns the parameter value as a file, if it was given as a file. |
Uses of FileValueIF in net.ontopia.topicmaps.webed.impl.basic |
---|
Methods in net.ontopia.topicmaps.webed.impl.basic that return FileValueIF | |
---|---|
FileValueIF |
ActionParameters.getFileValue()
|
Constructors in net.ontopia.topicmaps.webed.impl.basic with parameters of type FileValueIF | |
---|---|
ActionParameters(java.lang.String fieldname,
java.lang.String[] fieldvalues,
FileValueIF filevalue,
java.util.List params,
TopicMapIF topicmap,
WebEdRequestIF request)
|
Uses of FileValueIF in net.ontopia.topicmaps.webed.impl.utils |
---|
Methods in net.ontopia.topicmaps.webed.impl.utils that return FileValueIF | |
---|---|
FileValueIF |
Parameters.getFile(java.lang.String name)
|
Methods in net.ontopia.topicmaps.webed.impl.utils with parameters of type FileValueIF | |
---|---|
void |
Parameters.addParameter(java.lang.String name,
FileValueIF parameter)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |