Uses of Interface
net.sf.mmm.util.context.api.GenericContext

Packages that use GenericContext
net.sf.mmm.util.context.api Provides the API for a generic context. 
net.sf.mmm.util.context.base Provides the base-implementation of the Context-API
net.sf.mmm.util.context.impl Provides the implementation of the Context-API
 

Uses of GenericContext in net.sf.mmm.util.context.api
 

Subinterfaces of GenericContext in net.sf.mmm.util.context.api
 interface MutableGenericContext
          This is the interface for a context that can be modified.
 

Methods in net.sf.mmm.util.context.api that return GenericContext
 GenericContext MutableGenericContext.getImmutableContext()
          This method gets an immutable proxy of this context that can NOT be casted to MutableGenericContext.
 

Uses of GenericContext in net.sf.mmm.util.context.base
 

Classes in net.sf.mmm.util.context.base that implement GenericContext
 class AbstractGenericContextProxy
          This is an abstract base implementation of the GenericContext interface that delegates to another instance.
 class AbstractMutableGenericContext
          This class is the basic implementation of the GenericContext interface.
 class ImmutableGenericContext
          This is an implementation of the GenericContext interface that is an immutable view that delegates to another instance.
 

Fields in net.sf.mmm.util.context.base declared as GenericContext
private  GenericContext ImmutableGenericContext.delegate
          the "delegate instance" this proxy points to.
private  GenericContext AbstractMutableGenericContext.immutableContext
          the parent context
private  GenericContext AbstractMutableGenericContext.parent
          the parent context
 

Methods in net.sf.mmm.util.context.base that return GenericContext
protected  GenericContext ImmutableGenericContext.getContext()
          This method gets the delegate instance this proxy points to.
protected abstract  GenericContext AbstractGenericContextProxy.getContext()
          This method gets the delegate instance this proxy points to.
 GenericContext AbstractMutableGenericContext.getImmutableContext()
          This method gets an immutable proxy of this context that can NOT be casted to MutableGenericContext.
 

Constructors in net.sf.mmm.util.context.base with parameters of type GenericContext
AbstractMutableGenericContext(MapFactory<? extends Map> mapFactory, GenericContext parentContext)
          The constructor for a sub-context.
ImmutableGenericContext(GenericContext environment)
          The constructor.
 

Uses of GenericContext in net.sf.mmm.util.context.impl
 

Classes in net.sf.mmm.util.context.impl that implement GenericContext
 class MutableGenericContextImpl
          This is the implementation of the MutableGenericContext interface.
 

Constructors in net.sf.mmm.util.context.impl with parameters of type GenericContext
MutableGenericContextImpl(MapFactory<? extends Map> mapFactory, GenericContext parentContext)
          The constructor for a sub-context.
MutableGenericContextImpl(MapFactory<? extends Map> mapFactory, GenericContext parentContext, GenericValueConverter<Object> valueConverter)
          The constructor for a sub-context.
 



Copyright © 2001-2010 mmm-Team. All Rights Reserved.