Class Summary |
Controller |
Superclass for controllers. |
InvocationContext |
Invocation context that allows the controller to specify view urls and
perform error handling. |
RequestParameterMap |
A Map class to that caches servlet request data. |
ServletData |
Utility class that acts as a mechanism to pass the servlet context, request
and session to lower level methods without passing them explicitly as
parameters. |
ServletUtils |
Class with utility methods for servlets and JSP. |
A package for the servlet-related classes in the controller framework.
We will make every effort to ensure that the APIs for the classes in this
package remain stable.