Class | Description |
---|---|
AttachmentDownloadServlet |
Allows the node administrator to either download full attachment zips, or individual files within those zips.
|
Config |
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.
|
DataUploadServlet |
Accepts binary streams, finds the right
interface AcceptsFileUpload implementor and hands the stream off to it. |
ResponseFilter |
This adds headers needed for cross site scripting on API clients.
|