|
DJDoc v.1.0.0b-1 | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
servlet
package contains classes related to the processing
of the HTTP servlet request and response cycles.
See:
Description
Class Summary | |
---|---|
ActionServlet | The ActionServlet is the controller servlet of the DJDoc web
application. |
BitAndTag | The BitAndTag is a custom JSP tag class which implements
support for the bitwise and-operation that is unfortunately not part of the
EL functionality. |
DjdocFilter | This class implements a servlet filter which is invoked before and after the actual servlet class. |
DjdocRequest | This is a class wrapping the pure HttpServletRequest and enhancing
it with information about the request type as well as the names of the
requested API, package and/or file. |
SessionInfo | The instances of the SessionInfo class are container objects
storing session-wide data such as information about the server (in particular,
the logical name of the web application), the session's User object,
references to the last accessed Api and Bunch objects and
cached lists of the packages and class items last accessed by the user. |
StartupServlet | The StartupServlet class serves purely as an initialization
class reading configuration files and setting up other parts of the web
application such as logging, persistence engine etc. |
Enum Summary | |
---|---|
RequestType | This enum is used to differentiate between different (in terms of business logic performed and/or output returned) types of HTTP requests. |
The servlet
package contains classes related to the processing
of the HTTP servlet request and response cycles.
|
DJDoc v.1.0.0b-1 | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |