Uses of Package
net.sf.morph.context

Packages that use net.sf.morph.context
net.sf.morph.context Defines Contexts and how they can participate in hierarchies. 
net.sf.morph.context.contexts Context implementations. 
net.sf.morph.context.support Support interfaces and classes used by the net.sf.morph.context package. 
 

Classes in net.sf.morph.context used by net.sf.morph.context
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.
ContextException
          An exception related to accessing the information stored in a context.
 

Classes in net.sf.morph.context used by net.sf.morph.context.contexts
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.
ContextException
          An exception related to accessing the information stored in a context.
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.
 

Classes in net.sf.morph.context used by net.sf.morph.context.support
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.
 



Copyright © 2004-2008.