org.apache.struts2.views.velocity
Class StrutsVelocityContext
java.lang.Object
org.apache.velocity.context.AbstractContext
org.apache.velocity.VelocityContext
org.apache.struts2.views.velocity.StrutsVelocityContext
- All Implemented Interfaces:
- Cloneable, org.apache.velocity.context.Context, org.apache.velocity.context.InternalEventContext
public class StrutsVelocityContext
- extends org.apache.velocity.VelocityContext
Methods inherited from class org.apache.velocity.VelocityContext |
clone, internalGetKeys, internalPut, internalRemove |
Methods inherited from class org.apache.velocity.context.AbstractContext |
containsKey, get, getChainedContext, getKeys, put, remove |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
stack
ValueStack stack
chainedContexts
org.apache.velocity.VelocityContext[] chainedContexts
StrutsVelocityContext
public StrutsVelocityContext(ValueStack stack)
StrutsVelocityContext
public StrutsVelocityContext(org.apache.velocity.VelocityContext[] chainedContexts,
ValueStack stack)
internalContainsKey
public boolean internalContainsKey(Object key)
- Overrides:
internalContainsKey
in class org.apache.velocity.VelocityContext
internalGet
public Object internalGet(String key)
- Overrides:
internalGet
in class org.apache.velocity.VelocityContext
pushCurrentTemplateName
public void pushCurrentTemplateName(String arg0)
popCurrentTemplateName
public void popCurrentTemplateName()
getCurrentTemplateName
public String getCurrentTemplateName()
getTemplateNameStack
public Object[] getTemplateNameStack()
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)
attachEventCartridge
public org.apache.velocity.app.event.EventCartridge attachEventCartridge(org.apache.velocity.app.event.EventCartridge arg0)
- Specified by:
attachEventCartridge
in interface org.apache.velocity.context.InternalEventContext
getEventCartridge
public org.apache.velocity.app.event.EventCartridge getEventCartridge()
- Specified by:
getEventCartridge
in interface org.apache.velocity.context.InternalEventContext
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.