|
Class Summary |
| CMSServlet |
This is the base class of all CS servlet. |
| CMSStartServlet |
This servlet is started by the web server at startup, and
it starts the CMS framework. |
| DisplayHtmlServlet |
This is the servlet that displays the html page for the corresponding input id. |
| DynamicVariablesServlet |
Return some javascript to the request which contains the list of
dynamic data in the CMS system. |
| GetStats |
Retrieve information. |
| IndexServlet |
This is the servlet that builds the index page in
various ports. |
| PortsServlet |
This servlet returns port information. |
| ProxyServlet |
This is a servlet that proxies request to another servlet. |
| SystemInfoServlet |
Displays detailed information about java VM internals, including
current JVM memory usage, and detailed information about each
thread. |
| UserInfo |
This class represents information about the client e.g. |