| ApiDocsServlet |
A simple servlet that forwards the request to the apidocs.html file.
|
| BaseHrefFilter |
Note: simple filtering of response content - found on Stack Overflow here:
https://stackoverflow.com/a/14741213
|
| ConfigJsServlet |
Generates the 'config.js' file imported by the UI.
|
| ReactAppServlet |
A simple servlet that forwards everything to /index.html.
|
| RedirectFilter |
|
| ResourceCacheControlFilter |
Filter to add cache control headers for resources such as CSS and images.
|
| SpecUrlFilter |
Note: simple filtering of response content - found on Stack Overflow here:
https://stackoverflow.com/a/14741213
|