Uses of Package
ix.util.context

Packages that use ix.util.context
ix.util.context Context-layering mechanism. 
 

Classes in ix.util.context used by ix.util.context
BasicContextHolder
          A simple object that contains a Context.
Context
          A Context is an object that is used as an additional, often implicit, parameter when accessing values, such as in a "get"-method.
ContextHolder
          An interface for objects that contain a Context that they provide to other objects.
ContextHoldingStrategy
          An object that provides context-holders.
ContextLink
          An element in a chain of associations between contexts and values.
ThreadLocalHoldingStrategy
          A context-holding strategy that associates context-holders with threads.