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