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