| Interface | Description |
|---|---|
| DataServlet.DataServletServicer | |
| ResourceServlet.Resource | |
| ResourceServlet.ResourceLocator |
| Class | Description |
|---|---|
| BootstrapFileUtils | |
| DataServlet |
This servlet really doesn't do anything but forward all requests to the implementation of DataServletServicer
found in servlet context.
|
| MapServlet | |
| NonLockingUrlClassLoader |
A URLClassLoader that moves all loaded resources off into a temp directory before actually loading them to avoid file
locking.
|
| ResourceServlet |
This is the servlet mounted at /main/res/.
|
| SRClassLoader | |
| SRFilter | |
| StartupServlet |
Simply redirects to "web/" (the root of the wicket filter) because a filter can't act as a startup-file
|
| StatusPingServlet |
Sends back the state of SRContext in JSON
|