Context

Description

Provides dependant components with a nontion of thread context, that is a set of name - value pairs (boths elements are arbitrary Java objectss) that is specific to the currently executing thread. This allows passing information across the method call stack without actually pushing it through formal arguments. Servlet Request and Response objects, authentication and transactiotion managment objects are conveniently passed around using thread context.

Browse

Dependencies

required components none
required libraries none

Constructor parameters

none