| Interface | Description |
|---|---|
| ConfigurationObject |
A flag interface for a configuration object.
|
| HasConfiguration |
Indicates that the
ConfigurationFactory should inject the configuration object into the
object. |
| Class | Description |
|---|---|
| Configuration |
The Main Configuration Bean.
|
| ConfigurationFactory |
Strategy/plug-in for loading
Configuration objects. |
| MapfishPrintConstructor |
The interface to SnakeYaml that is responsible for creating the different objects during parsing the config yaml files.
|
| OldApiConfig |
Configuration options for how requests to the old API are handled.
|
| PDFConfig |
A Configuration object for containing metadata that will be embedded in the PDF and parameters to use when encoding the
PDF.
|
| Template |
Represents a report template configuration.
|
| WorkingDirectories |
Class for configuring the working directories and ensuring they exist correctly.
|
| Exception | Description |
|---|---|
| ConfigurationException |
Represents an error made in the config.yaml file.
|