Interface | Description |
---|---|
Accessor.ParamActuator |
Its implementation must provide a 'way' to get a value for the context
parameter which is related to.
|
DbManager.DbConnectionGrabber |
Class | Description |
---|---|
Accessor |
This class has been thought to have the responsibility to access in a general
sense, from this has been chosen its name.
|
BirtManager |
This class is a wrapper of the interaction of the Joty framework with the
BIRT engine api-s.
|
DbManager |
A once again abstract implementation for specific use either in AWT/Swing Client or in the Joty Server environment.
|
Instantiator |
Uses Java Reflection to instantiate classes specified by name or by a literal
that is used to pick the actual class name up from a
ConfigFile
object. |
Logger |
The class provides any logging features needed by the framework.
|
MethodExecutor |
It is instantiated by the
Application object or by the
JotyServlet object to work with the application Accessor
object. |
PostStatement |
It is the overriding that allows the direct interaction with the Accessor object.
|