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).
|
net.ontopia.topicmaps.webed.impl.utils |
Modifier and Type | Field and Description |
---|---|
protected Parameters |
ActionContext.params |
Constructor and Description |
---|
ActionContext(UserIF user,
Parameters params) |
Modifier and Type | Method and Description |
---|---|
static Parameters |
ReqParamUtils.decodeParameters(javax.servlet.http.HttpServletRequest request,
String charenc)
INTERNAL: Builds the Parameters object from an HttpServletRequest
object.
|
Modifier and Type | Method and Description |
---|---|
static String |
ReqParamUtils.params2URLQuery(Map extraReqParams,
Parameters reqparams,
String charenc)
INTERNAL: Generate string which can be used to append to an
URL.
|