org.apache.struts2.views.velocity
类 StrutsVelocityContext
java.lang.Object
org.apache.velocity.context.AbstractContext
org.apache.velocity.VelocityContext
org.apache.struts2.views.velocity.StrutsVelocityContext
- 所有已实现的接口:
- Cloneable, org.apache.velocity.context.Context, org.apache.velocity.context.InternalEventContext
public class StrutsVelocityContext
- extends org.apache.velocity.VelocityContext
从类 org.apache.velocity.VelocityContext 继承的方法 |
clone, internalGetKeys, internalPut, internalRemove |
从类 org.apache.velocity.context.AbstractContext 继承的方法 |
containsKey, get, getChainedContext, getKeys, put, remove |
StrutsVelocityContext
public StrutsVelocityContext(com.opensymphony.xwork2.util.ValueStack stack)
StrutsVelocityContext
public StrutsVelocityContext(org.apache.velocity.VelocityContext[] chainedContexts,
com.opensymphony.xwork2.util.ValueStack stack)
internalContainsKey
public boolean internalContainsKey(Object key)
- 覆盖:
- 类
org.apache.velocity.VelocityContext
中的 internalContainsKey
internalGet
public Object internalGet(String key)
- 覆盖:
- 类
org.apache.velocity.VelocityContext
中的 internalGet
pushCurrentTemplateName
public void pushCurrentTemplateName(String arg0)
popCurrentTemplateName
public void popCurrentTemplateName()
getCurrentTemplateName
public String getCurrentTemplateName()
getTemplateNameStack
public Object[] getTemplateNameStack()
pushCurrentMacroName
public void pushCurrentMacroName(String arg0)
popCurrentMacroName
public void popCurrentMacroName()
getCurrentMacroName
public String getCurrentMacroName()
getCurrentMacroCallDepth
public int getCurrentMacroCallDepth()
getMacroNameStack
public Object[] getMacroNameStack()
icacheGet
public org.apache.velocity.util.introspection.IntrospectionCacheData icacheGet(Object arg0)
icachePut
public void icachePut(Object arg0,
org.apache.velocity.util.introspection.IntrospectionCacheData arg1)
setCurrentResource
public void setCurrentResource(org.apache.velocity.runtime.resource.Resource arg0)
getCurrentResource
public org.apache.velocity.runtime.resource.Resource getCurrentResource()
getAllowRendering
public boolean getAllowRendering()
setAllowRendering
public void setAllowRendering(boolean arg0)
setMacroLibraries
public void setMacroLibraries(List arg0)
getMacroLibraries
public List getMacroLibraries()
attachEventCartridge
public org.apache.velocity.app.event.EventCartridge attachEventCartridge(org.apache.velocity.app.event.EventCartridge arg0)
- 指定者:
- 接口
org.apache.velocity.context.InternalEventContext
中的 attachEventCartridge
getEventCartridge
public org.apache.velocity.app.event.EventCartridge getEventCartridge()
- 指定者:
- 接口
org.apache.velocity.context.InternalEventContext
中的 getEventCartridge