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 . |
Modifier and Type | Method and Description |
---|---|
<T> T |
GenericContext.requireVariable(Class<T> type)
This method gets the variable associated with the given
type . |
Object |
GenericContext.requireVariable(String variableName)
This method gets the variable associated with the given
variableName . |
<T> T |
GenericContext.requireVariable(String variableName,
Class<T> type)
This method gets the variable associated with the given
variableName . |
Modifier and Type | Method and Description |
---|---|
<T> T |
AbstractMutableGenericContext.requireVariable(Class<T> type) |
<T> T |
AbstractGenericContextProxy.requireVariable(Class<T> type) |
Object |
AbstractMutableGenericContext.requireVariable(String variableName) |
Object |
AbstractGenericContextProxy.requireVariable(String variableName) |
<T> T |
AbstractMutableGenericContext.requireVariable(String variableName,
Class<T> type) |
<T> T |
AbstractGenericContextProxy.requireVariable(String variableName,
Class<T> type) |
Copyright © 2001–2016 mmm-Team. All rights reserved.