Package net.sf.morph.context

Defines Contexts and how they can participate in hierarchies.

See:
          Description

Interface Summary
Context A context is an object that can be passed between tiers of an application without exposing the APIs that are particular to any given tier.
DecoratedContext Adds the capabilities of a Language and a Converter to a Context to expose additional functionality.
DelegatingContext A context that retrieves and sets information on a delegate rather than holding the information itself.
HierarchicalContext A context which participates in a context hierarchy (i.e.
 

Exception Summary
ContextException An exception related to accessing the information stored in a context.
 

Package net.sf.morph.context Description

Defines Contexts and how they can participate in hierarchies. Also defines the relationship between Maps and Contexts.



Copyright © 2004-2008.