| Class | Description |
|---|---|
| ActivityServlet | |
| AdminServlet | |
| ApiCapabilitiesService | |
| AsyncServlet | |
| AuditServlet | |
| BaseReflexScriptPageServlet |
The Reflex script page servlet is kind of like jsps but for Reflex scripts (Files with extension rfx)
|
| BaseServlet |
The base servlet contains the common utility classes for manipulating requests and responses
|
| BlobContentServlet | |
| BlobServlet | |
| BlobUploadServlet | |
| BootstrapServlet | |
| ControlResponse | |
| DecisionServlet | |
| DocServlet | |
| EntitlementServlet | |
| EnvironmentServlet | |
| EventServlet | |
| FieldsServlet | |
| IdGenServlet | |
| IndexServlet | |
| JarServlet | |
| JavaScriptPageServlet |
Created by yanwang on 6/3/15.
|
| JmxServlet |
This servlet acts as a proxy to the individual JMX servers in the rapture cluster.
|
| JsonRestFileResponse |
When a REST response is file based, it will be one of these
|
| LockServlet | |
| LoginServlet |
The login servlet is used to issue RaptureContexts and to validate
RaptureContexts.
|
| MenuConfigServlet |
The menu servlet looks in a root folder and simply returns those menu files merged
together as a json doc.
|
| MicroServiceServlet |
The microservice servlet accepts a configuration parameter which defines a series of documents in a hierarchy that define microservices.
|
| NotificationServlet | |
| PipelineServlet | |
| PluginServlet | |
| RaptureInitServlet | |
| ReflexBoundedScriptPageServlet |
The Reflex script page servlet is kind of like jsps but for Reflex scripts
Here the sources of the scripts come from Rapture - with the path after the
servlet information simply being authority/scriptName
|
| ReflexOutputHandler | |
| ReflexRefScriptPageServlet |
The Reflex script page servlet is kind of like jsps but for Reflex scripts
Here the sources of the scripts come from Rapture - with the path after the
servlet information simply being
|
| ReflexScriptPageHandler | |
| ReflexScriptPageServlet |
The Reflex script page servlet is kind of like jsps but for Reflex scripts (Files with extension rfx)
|
| ResponseControl |
A class who's instances are used within a Reflex script for control
|
| ResponseCookie | |
| RestDocServlet | |
| RunnerServlet | |
| ScheduleServlet | |
| ScriptHandler | |
| ScriptServlet | |
| SearchServlet | |
| SeriesServlet | |
| SessionControlServlet |
The session control servlet is used to manage login, logout and redirection.
|
| StandardCallInfo | |
| StructuredServlet |
Created by yanwang on 4/24/15.
|
| SysServlet | |
| TagServlet | |
| UserBoundedScriptPageServlet |
The User bounded servlet runs Reflex scripts with (or 'bound' to) a specified user.
|
| UserServlet |