|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MutableGenericContext | |
|---|---|
| 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 MutableGenericContext in net.sf.mmm.util.context.api |
|---|
| Methods in net.sf.mmm.util.context.api that return MutableGenericContext | |
|---|---|
MutableGenericContext |
GenericContext.createChildContext()
This method creates a new context that inherits all variables from this context (and its parent contexts). |
MutableGenericContext |
GenericContextFactory.createContext()
This method creates a new instance of a MutableGenericContext. |
MutableGenericContext |
GenericContextFactory.createContext(MapFactory<? extends Map> mapFactory)
This method creates a new instance of a MutableGenericContext using
the given MapFactory. |
MutableGenericContext |
GenericContextFactory.createContext(MapFactory<? extends Map> mapFactory,
GenericValueConverter<Object> valueConverter)
This method creates a new instance of a MutableGenericContext using
the given MapFactory. |
| Uses of MutableGenericContext in net.sf.mmm.util.context.base |
|---|
| Classes in net.sf.mmm.util.context.base that implement MutableGenericContext | |
|---|---|
class |
AbstractMutableGenericContext
This class is the basic implementation of the GenericContext
interface. |
| Methods in net.sf.mmm.util.context.base that return MutableGenericContext | |
|---|---|
MutableGenericContext |
AbstractGenericContextProxy.createChildContext()
This method creates a new context that inherits all variables from this context (and its parent contexts). |
MutableGenericContext |
AbstractGenericContextFactory.createContext()
This method creates a new instance of a MutableGenericContext. |
| Uses of MutableGenericContext in net.sf.mmm.util.context.impl |
|---|
| Classes in net.sf.mmm.util.context.impl that implement MutableGenericContext | |
|---|---|
class |
MutableGenericContextImpl
This is the implementation of the MutableGenericContext interface. |
| Methods in net.sf.mmm.util.context.impl that return MutableGenericContext | |
|---|---|
MutableGenericContext |
MutableGenericContextImpl.createChildContext()
This method creates a new context that inherits all variables from this context (and its parent contexts). |
MutableGenericContext |
GenericContextFactoryImpl.createContext(MapFactory<? extends Map> mapFactory)
This method creates a new instance of a MutableGenericContext using
the given MapFactory. |
MutableGenericContext |
GenericContextFactoryImpl.createContext(MapFactory<? extends Map> mapFactory,
GenericValueConverter<Object> valueConverter)
This method creates a new instance of a MutableGenericContext using
the given MapFactory. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||