|
Class Summary |
| Interpreter |
The Interpreter class takes HTTP requests, checks the authentication
on the request sessions, processes the requests for any activity-space
related operations, including IControl executions and PEI invocations,
and finally writes the response to the client browser. |
| InterpreterAttributes |
This class contains constants for the Interpreter class. |
| InterpreterException |
This class is used to convey an error or exception information back to
the Interpreter. |
| MVCController |
This is the main MVC controller for invoking the application's logic. |
| RequestData |
Helper class for managing the request data for the Interpreter. |
| UnauthorizedAccessException |
This exception is typically thrown by the MVCController class. |