Package net.trajano.twiff.adapter

Provides adapters used by the framework.

See:
          Description

Interface Summary
ServletContextAdapter This provides access to the servlet context data.
 

Class Summary
RequestAdapter This provides access to the ServletRequest data.
SessionAdapter This provides access to the HttpSession data.
 

Package net.trajano.twiff.adapter Description

Provides adapters used by the framework. Classes in this package implement the "Adapter" pattern which wraps an existing object to provide limited, but type-safe access methods to the data stored in the objects.

Abstractness of this package should be 0%.

This package is not put in internal as it might be used by the renderer projects.



Copyright © 2004-2005 trajano.net. All Rights Reserved.