Package org.chwf.servlet

A package for the servlet-related classes in the controller framework.

See:
          Description

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.
 

Exception Summary
ControllerException Exception thrown for controller system exceptions.
MissingParameterException Exception for missing parameter values.
MultiMissingParameterException An exception for multiple missing parameters.
MultiParameterException A exception for holding multiple parameter exceptions.
ParameterException Exception related to a particular request parameter.
 

Package org.chwf.servlet Description

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.



Copyright © 2002-2004, Paul Strack. All Rights Reserved.