| Class | Description |
|---|---|
| AttachmentDownloadServlet |
Allows the node administrator to either download full attachment zips, or individual files within those zips.
|
| DataUploadServlet |
Accepts binary streams, finds the right
interface AcceptsFileUpload implementor and hands the stream off to it. |
| ObjectMapperConfig |
Primary purpose is to install Kotlin extensions for Jackson ObjectMapper so data classes work
and to organise serializers / deserializers for java.time.* classes as necessary.
|
| ResponseFilter |
This adds headers needed for cross site scripting on API clients.
|