| Interface | Description |
|---|---|
| HandleReportLoadResult<R> |
Called when a report is loaded to be sent to the user.
|
| ServletInfo |
Provides information about the current servlet.
|
| Class | Description |
|---|---|
| BaseMapServlet |
Base class for MapPrinter servlets (deals with the configuration loading).
|
| ConfigBasedServletInfo |
A servlet info that can be configured through the spring configuration (or programmatically).
|
| MapPrinterServlet |
The default servlet.
|
| RequestSizeFilter |
Filter which checks the content size of requests.
|
| ServletMapPrinterFactory |
A
MapPrinterFactory that reads configuration from files and uses servlet's
methods for resolving the paths to the files. |
| Exception | Description |
|---|---|
| NoSuchAppException |
An exception that is thrown when a client requests an "app" that does not exist.
|