| Class | Description |
|---|---|
| ActionConfigContentHandler |
INTERNAL: Parse an XML instance which stores information about the
action configuration which builds up basically action groups hold
inside a so-called action registry.
|
| ActionConfigRegistrator |
INTERNAL: Keeps track with registering the action registry object
in the web application scope.
|
| ActionConfigurator |
INTERNAL: Provide easy access for reading in an action
configuration file and generating an action registry object from
it.
|
| ActionConfigWatchdog |
INTERNAL:
|
| ActionData |
INTERNAL: Server-side data carrier for actions that have been sent
to the user and for which we are waiting for a reply.
|
| ActionResponseComposite |
INTERNAL: Container to store an action object together with a
action response type, which enables to store the forward
information as a triple consisting of (key: ActionResponseComposite
= action + response type, value: ActionForwardPageIF).
|
| ActionSignature |
INTERNAL.
|
| ActionUtils |
INTERNAL: Utility methods to ease getting access to action related
objects.
|
| AlwaysDifferentObject |
INTERNAL: Used as the value of form controls which are not real
form controls and whose actions need to always execute.
|
| ForwardPageResponseComposite |
INTERNAL: Container to store an action forward page object together
with a action response type, which enables to store the forward
information as a triple consisting of (key: forward id, value =
forward page + response type).
|
| LockManagers |
INTERNAL: Factory class for getting hold of lock managers.
|
| LockResult | |
| ModelLinkGeneratorWithObjID |
INTERNAL: Link generator which generates a URI link to a model page
(MVS environment) with topic map and object ID included.
|
| NamedLock |
INTERNAL.
|
| NamedLockManager |
INTERNAL: Class to handle basic lock controlling for objects in the web
editor framework.
|
| Parameters |
INTERNAL: This class is used to hide the API difference between
FileUpload and ordinary servlets.
|
| ReqParamUtils |
INTERNAL: Utility class for providing helper methods handling
servlet request parameters (mainly for string manipulation
purposes).
|
| SchemaUtils |
INTERNAL: Utitlity class for providing help around making topic map
schema support available to the web editor.
|
| ScopeStorage |
INTERNAL: Helper class for storing a collection of TopicIF objects
for scope specification as well as a flag which indicates that the
unconstrained scope is allowed.
|
| SessionListener |
INTERNAL: Class to listen when sessions are created and destroyed and keep
the associated lock manager up to date.
|
| TagUtils |
INTERNAL: Utilities used by the tag classes.
|
| TypeStorage |
INTERNAL: Helper class for storing a collection of TopicIF objects
for type specification as well as a flag which indicates that the
untyped type is allowed.
|
| UniqueStringCreator |
INTERNAL: Systematically generates strings that are guaranteed not to be
repeated.
|