Package org.chwf.servlet.engine

A package for the implementation classes for the servlet engine in the controller framework.

See:
          Description

Class Summary
CommandFilter A filter that invokes controller commands based on the request.
ControllerConfig Class managing controller configuration data.
ControllerMapper Class that maps a particular controller.
InitFilter A filter that initializes the Chrysalis environment.
InvokerFilter A filter that invokes a controller, and stores the InvocationContext in the request for post-processing.
MethodConfig Class managing controller method configuration data.
RedirectFilter A filter that performs redirect operations to the view or error page, based on the information in the InvocationContext.
URIMapper Utility class for managing URI mapping's for Controller classes, methods, views and error pages as well as configuration data.
 

Package org.chwf.servlet.engine Description

A package for the implementation classes for the servlet engine in the controller framework. The API for the classes in this package are not stable, and they should not be referenced by applications.



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