org.apache.velocity.context
public interface InternalWrapperContext
Modifier and Type | Method and Description |
---|---|
InternalContextAdapter |
getBaseContext()
Returns the base full context impl.
|
Context |
getInternalUserContext()
Returns the wrapped user context.
|
java.lang.Object |
localPut(java.lang.String key,
java.lang.Object value)
Allows callers to explicitly put objects in the local context.
|
Context getInternalUserContext()
InternalContextAdapter getBaseContext()
java.lang.Object localPut(java.lang.String key, java.lang.Object value)
key
- name of item to set.value
- object to set to key.Copyright © 2000-2014. All Rights Reserved.