Class Summary |
ComponentDescriptor |
This class is used internally to store information about a component. |
ComponentManager |
The component manager is responsible for initialization of all components and
for enabling and disabling components. |
ConfigProperties |
Gets the properties values from property cache. |
JSPHelper |
A JSP Helper class to helper Jsp writers in retrieving data from a HttpServletRequest
It will look for the parameter either from the request attribute or request parameters
so that the user have no need to distinguish between a jsp that is invoked through the
use of a forward or a redirect. |
RequestServlet |
The RequestServlet is the servlet that handles all incoming HttpServletRequests. |
ServerConfiguration |
This class reads the xml configuration file in and holds all the configuration
node the server needs to operatate on. |
ServletHelper |
The ServletHelper class contains static methods used by the request servlet |
TransactionHandle |
Transaction handle is returned by the TransactionManager when we calls the begin() method. |
TransactionManager |
Provides transaction management fucntions. |
WcsApp |
WcsApp contains variables that are global to the whole application. |