| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMutableGenericContext
This class is the basic implementation of the
GenericContext interface. |
| Modifier and Type | Method and Description |
|---|---|
MutableGenericContext |
AbstractGenericContextProxy.createChildContext() |
MutableGenericContext |
AbstractGenericContextFactory.createContext() |
| Modifier and Type | Class and Description |
|---|---|
class |
MutableGenericContextImpl
This is the implementation of the
MutableGenericContext interface. |
| Modifier and Type | Method and Description |
|---|---|
MutableGenericContext |
MutableGenericContextImpl.createChildContext() |
MutableGenericContext |
GenericContextFactoryImpl.createContext(MapFactory<? extends Map> mapFactory) |
MutableGenericContext |
GenericContextFactoryImpl.createContext(MapFactory<? extends Map> mapFactory,
GenericValueConverter<Object> valueConverter) |
Copyright © 2001–2019 mmm-Team. All rights reserved.