Class | Description |
---|---|
Error |
Web clients receive instances of this class if their request results in an
error.
|
FileStreamer |
Streams a file to the HTTP response body or sends a 404 if the file does not
exist.
|
RequestLoggingFilter |
Logs every import request and, in addition, if the application was started
with the DEBUG log level then any other request will be logged too.
|
TaskFileStoreAdapter<T extends util.object.Identifiable> |
Provides the means to make the functionality of a
TaskFileStore
available to web clients. |