Package com.spun.util.velocity
Class ContextAware.ContextAwareMap
java.lang.Object
com.spun.util.velocity.ContextAware.ContextAwareMap
- All Implemented Interfaces:
ContextAware
- Enclosing interface:
- ContextAware
public static class ContextAware.ContextAwareMap extends Object implements ContextAware
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.spun.util.velocity.ContextAware
ContextAware.ContextAwareMap -
Constructor Summary
Constructors Constructor Description ContextAwareMap()ContextAwareMap(String key, Object object) -
Method Summary
Modifier and Type Method Description voidput(String key, Object object)voidsetupContext(org.apache.velocity.context.Context context)
-
Constructor Details
-
ContextAwareMap
public ContextAwareMap() -
ContextAwareMap
-
-
Method Details
-
put
-
setupContext
public void setupContext(org.apache.velocity.context.Context context)- Specified by:
setupContextin interfaceContextAware
-