com.opensymphony.webwork.views.velocity
Class WebWorkVelocityContext
java.lang.Object
org.apache.velocity.context.AbstractContext
org.apache.velocity.VelocityContext
com.opensymphony.webwork.views.velocity.WebWorkVelocityContext
- All Implemented Interfaces:
- Serializable, Cloneable, org.apache.velocity.context.Context, org.apache.velocity.context.InternalEventContext
public class WebWorkVelocityContext
- extends org.apache.velocity.VelocityContext
- Version:
- $Revision$
- Author:
- $Author$
- See Also:
- Serialized Form
|
Constructor Summary |
WebWorkVelocityContext(com.opensymphony.xwork.util.OgnlValueStack stack)
|
WebWorkVelocityContext(org.apache.velocity.VelocityContext[] chainedContexts,
com.opensymphony.xwork.util.OgnlValueStack stack)
|
| 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 |
WebWorkVelocityContext
public WebWorkVelocityContext(com.opensymphony.xwork.util.OgnlValueStack stack)
WebWorkVelocityContext
public WebWorkVelocityContext(org.apache.velocity.VelocityContext[] chainedContexts,
com.opensymphony.xwork.util.OgnlValueStack 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()
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 © 2013 OpenSymphony. All Rights Reserved.