Skip navigation links
A C D G H I M N P R S T U V 

A

AbstractGenericContextFactory - Class in net.sf.mmm.util.context.base
This is the abstract base-implementation of the GenericContextFactory interface.
AbstractGenericContextFactory() - Constructor for class net.sf.mmm.util.context.base.AbstractGenericContextFactory
The constructor.
AbstractGenericContextProxy - Class in net.sf.mmm.util.context.base
This is an abstract base implementation of the GenericContext interface that delegates to another instance.
AbstractGenericContextProxy() - Constructor for class net.sf.mmm.util.context.base.AbstractGenericContextProxy
The constructor.
AbstractMutableGenericContext - Class in net.sf.mmm.util.context.base
This class is the basic implementation of the GenericContext interface.
AbstractMutableGenericContext(MapFactory<? extends Map>, GenericContext) - Constructor for class net.sf.mmm.util.context.base.AbstractMutableGenericContext
The constructor for a sub-context.

C

composedValueConverter - Variable in class net.sf.mmm.util.context.impl.GenericContextFactoryImpl
 
createChildContext() - Method in interface net.sf.mmm.util.context.api.GenericContext
This method creates a new context that inherits all variables from this context (and its parent contexts).
createChildContext() - Method in class net.sf.mmm.util.context.base.AbstractGenericContextProxy
 
createChildContext() - Method in class net.sf.mmm.util.context.impl.MutableGenericContextImpl
 
createContext() - Method in interface net.sf.mmm.util.context.api.GenericContextFactory
This method creates a new instance of a MutableGenericContext.
createContext(MapFactory<? extends Map>) - Method in interface net.sf.mmm.util.context.api.GenericContextFactory
This method creates a new instance of a MutableGenericContext using the given MapFactory.
createContext(MapFactory<? extends Map>, GenericValueConverter<Object>) - Method in interface net.sf.mmm.util.context.api.GenericContextFactory
This method creates a new instance of a MutableGenericContext using the given MapFactory.
createContext() - Method in class net.sf.mmm.util.context.base.AbstractGenericContextFactory
 
createContext(MapFactory<? extends Map>) - Method in class net.sf.mmm.util.context.impl.GenericContextFactoryImpl
 
createContext(MapFactory<? extends Map>, GenericValueConverter<Object>) - Method in class net.sf.mmm.util.context.impl.GenericContextFactoryImpl
 

D

delegate - Variable in class net.sf.mmm.util.context.base.ImmutableGenericContext
the "delegate instance" this proxy points to.
doInitialize() - Method in class net.sf.mmm.util.context.impl.GenericContextFactoryImpl
 

G

GenericContext - Interface in net.sf.mmm.util.context.api
This is the interface for a context of variables.
GenericContextFactory - Interface in net.sf.mmm.util.context.api
This is the interface for a factory of generic contexts.
genericContextFactory() - Method in class net.sf.mmm.util.context.impl.spring.UtilContextSpringConfig
 
GenericContextFactoryImpl - Class in net.sf.mmm.util.context.impl
This is the implementation of GenericContextFactory.
GenericContextFactoryImpl() - Constructor for class net.sf.mmm.util.context.impl.GenericContextFactoryImpl
The constructor.
getContext() - Method in class net.sf.mmm.util.context.base.AbstractGenericContextProxy
This method gets the delegate instance this proxy points to.
getContext() - Method in class net.sf.mmm.util.context.base.ImmutableGenericContext
 
getImmutableContext() - Method in interface net.sf.mmm.util.context.api.MutableGenericContext
This method gets an immutable proxy of this context that can NOT be casted to MutableGenericContext.
getImmutableContext() - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
 
getMapFactory() - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
This method gets the MapFactory.
getVariable(String) - Method in interface net.sf.mmm.util.context.api.GenericContext
This method gets the variable associated with the given variableName.
getVariable(String, Class<T>) - Method in interface net.sf.mmm.util.context.api.GenericContext
This method gets the variable associated with the given variableName as the given type.
getVariable(Class<T>) - Method in interface net.sf.mmm.util.context.api.GenericContext
This method gets the variable associated with the given type.
getVariable(String) - Method in class net.sf.mmm.util.context.base.AbstractGenericContextProxy
 
getVariable(String, Class<T>) - Method in class net.sf.mmm.util.context.base.AbstractGenericContextProxy
 
getVariable(Class<T>) - Method in class net.sf.mmm.util.context.base.AbstractGenericContextProxy
 
getVariable(String) - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
 
getVariable(Class<T>) - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
 
getVariable(String, Class<T>) - Method in class net.sf.mmm.util.context.impl.MutableGenericContextImpl
 
getVariableName(Class<?>) - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
This method gets the variable-name (key) for the given type.
getVariableNames() - Method in interface net.sf.mmm.util.context.api.GenericContext
This method returns the names of all defined variables.
getVariableNames() - Method in class net.sf.mmm.util.context.base.AbstractGenericContextProxy
 
getVariableNames() - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
 

H

hasVariable(String) - Method in interface net.sf.mmm.util.context.api.GenericContext
This method determines if the variable for the given variableName exists.
hasVariable(String) - Method in class net.sf.mmm.util.context.base.AbstractGenericContextProxy
 
hasVariable(String) - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
 

I

immutableContext - Variable in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
the parent context
ImmutableGenericContext - Class in net.sf.mmm.util.context.base
This is an implementation of the GenericContext interface that is an immutable view that delegates to another instance.
ImmutableGenericContext(GenericContext) - Constructor for class net.sf.mmm.util.context.base.ImmutableGenericContext
The constructor.

M

mapFactory - Variable in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
 
MutableGenericContext - Interface in net.sf.mmm.util.context.api
This is the interface for a context that can be modified.
MutableGenericContextImpl - Class in net.sf.mmm.util.context.impl
This is the implementation of the MutableGenericContext interface.
MutableGenericContextImpl(MapFactory<? extends Map>) - Constructor for class net.sf.mmm.util.context.impl.MutableGenericContextImpl
The constructor for a root-context.
MutableGenericContextImpl(MapFactory<? extends Map>, GenericValueConverter<Object>) - Constructor for class net.sf.mmm.util.context.impl.MutableGenericContextImpl
The constructor for a sub-context.
MutableGenericContextImpl(MapFactory<? extends Map>, GenericContext) - Constructor for class net.sf.mmm.util.context.impl.MutableGenericContextImpl
The constructor for a sub-context.
MutableGenericContextImpl(MapFactory<? extends Map>, GenericContext, GenericValueConverter<Object>) - Constructor for class net.sf.mmm.util.context.impl.MutableGenericContextImpl
The constructor for a sub-context.

N

net.sf.mmm.util.context.api - package net.sf.mmm.util.context.api
Provides the API for a generic context.
net.sf.mmm.util.context.base - package net.sf.mmm.util.context.base
Provides the base-implementation of the Context-API.
net.sf.mmm.util.context.impl - package net.sf.mmm.util.context.impl
Provides the implementation of the Context-API.
net.sf.mmm.util.context.impl.spring - package net.sf.mmm.util.context.impl.spring
 

P

parent - Variable in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
the parent context

R

removeVariable(String) - Method in interface net.sf.mmm.util.context.api.MutableGenericContext
This method removes (unsets) the variable specified by variableName.
removeVariable(String) - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
 
requireVariable(String) - Method in interface net.sf.mmm.util.context.api.GenericContext
This method gets the variable associated with the given variableName.
requireVariable(String, Class<T>) - Method in interface net.sf.mmm.util.context.api.GenericContext
This method gets the variable associated with the given variableName.
requireVariable(Class<T>) - Method in interface net.sf.mmm.util.context.api.GenericContext
This method gets the variable associated with the given type.
requireVariable(String) - Method in class net.sf.mmm.util.context.base.AbstractGenericContextProxy
 
requireVariable(String, Class<T>) - Method in class net.sf.mmm.util.context.base.AbstractGenericContextProxy
 
requireVariable(Class<T>) - Method in class net.sf.mmm.util.context.base.AbstractGenericContextProxy
 
requireVariable(String) - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
 
requireVariable(String, Class<T>) - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
 
requireVariable(Class<T>) - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
 

S

setComposedValueConverter(ComposedValueConverter) - Method in class net.sf.mmm.util.context.impl.GenericContextFactoryImpl
 
setVariable(String, Object) - Method in interface net.sf.mmm.util.context.api.MutableGenericContext
This method sets the variable specified by variableName to the given value.
setVariable(Object) - Method in interface net.sf.mmm.util.context.api.MutableGenericContext
This method sets the variable given by value.
setVariable(String, Object) - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
 
setVariable(Object) - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
 

T

toMap() - Method in interface net.sf.mmm.util.context.api.GenericContext
This method allows to create a Map representing the variables of this context.
toMap() - Method in class net.sf.mmm.util.context.base.AbstractGenericContextProxy
 
toMap() - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
 

U

UtilContextSpringConfig - Class in net.sf.mmm.util.context.impl.spring
This is the Spring Configuration for context.
UtilContextSpringConfig() - Constructor for class net.sf.mmm.util.context.impl.spring.UtilContextSpringConfig
 

V

valueConverter - Variable in class net.sf.mmm.util.context.impl.MutableGenericContextImpl
 
variableMap - Variable in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
maps variable names to values
A C D G H I M N P R S T U V 
Skip navigation links

Copyright © 2001–2019 mmm-Team. All rights reserved.