| Constructor and Description |
|---|
XDocVelocityContext() |
XDocVelocityContext(Map<String,Object> contextMap) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.velocity.app.event.EventCartridge |
attachEventCartridge(org.apache.velocity.app.event.EventCartridge arg0) |
Map<String,Object> |
getContextMap() |
int |
getCurrentMacroCallDepth() |
String |
getCurrentMacroName() |
org.apache.velocity.runtime.resource.Resource |
getCurrentResource() |
String |
getCurrentTemplateName() |
org.apache.velocity.app.event.EventCartridge |
getEventCartridge() |
List |
getMacroLibraries() |
Object[] |
getMacroNameStack() |
Object[] |
getTemplateNameStack() |
org.apache.velocity.util.introspection.IntrospectionCacheData |
icacheGet(Object arg0) |
void |
icachePut(Object arg0,
org.apache.velocity.util.introspection.IntrospectionCacheData arg1) |
void |
popCurrentMacroName() |
void |
popCurrentTemplateName() |
void |
pushCurrentMacroName(String arg0) |
void |
pushCurrentTemplateName(String arg0) |
Object |
put(String key,
Object value)
Overridden so that the
null values are accepted. |
void |
putMap(Map<String,Object> contextMap) |
void |
setCurrentResource(org.apache.velocity.runtime.resource.Resource arg0) |
void |
setMacroLibraries(List arg0) |
clone, internalContainsKey, internalGet, internalGetKeys, internalPut, internalRemovecontainsKey, get, getChainedContext, getKeys, removepublic Map<String,Object> getContextMap()
getContextMap in interface IContextpublic void pushCurrentTemplateName(String arg0)
public void popCurrentTemplateName()
public String getCurrentTemplateName()
public Object[] getTemplateNameStack()
public void pushCurrentMacroName(String arg0)
public void popCurrentMacroName()
public String getCurrentMacroName()
public int getCurrentMacroCallDepth()
public Object[] getMacroNameStack()
public org.apache.velocity.util.introspection.IntrospectionCacheData icacheGet(Object arg0)
public void icachePut(Object arg0, org.apache.velocity.util.introspection.IntrospectionCacheData arg1)
public void setCurrentResource(org.apache.velocity.runtime.resource.Resource arg0)
public org.apache.velocity.runtime.resource.Resource getCurrentResource()
public void setMacroLibraries(List arg0)
public List getMacroLibraries()
public org.apache.velocity.app.event.EventCartridge attachEventCartridge(org.apache.velocity.app.event.EventCartridge arg0)
attachEventCartridge in interface org.apache.velocity.context.InternalEventContextpublic org.apache.velocity.app.event.EventCartridge getEventCartridge()
getEventCartridge in interface org.apache.velocity.context.InternalEventContextCopyright © 2015. All Rights Reserved.