Class Summary |
BackendHandle |
This class is used to represent the Backend entries in /WEB-INF/config.xml
at runtime.
Note: The client attribute of the stylesheet element currently
does not accept regular expressions. |
BackendRepository |
The container for all configured backends.
|
EmptyPageBackend |
|
ErrorPage |
An errorpage using a simple XML document plus a XSL stylesheet to output the error message.
|
StylesheetCache |
This class implements a transparent stylesheet cache and is used
to access stylesheets. |
WebInfStylesheetRepository |
This implementation of the StylesheetRepository reads XSL files from
the WEB-INF/ directory of the servlet installation directory.
|
XMLServ |
The main class of this framework. |
XMLServBackendImpl |
Implementation of the XMLServBackend interface with basic usage statistics and a HashMap
based parameter store. |
XMLServFileBackend |
A sample backend serving (XML) files. |