com.opensymphony.webwork.views.velocity
Class WebWorkVelocityContext

java.lang.Object
  extended by org.apache.velocity.context.AbstractContext
      extended by org.apache.velocity.VelocityContext
          extended by 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: 1669 $
Author:
$Author: plightbo $
See Also:
Serialized Form

Constructor Summary
WebWorkVelocityContext(OgnlValueStack stack)
           
WebWorkVelocityContext(org.apache.velocity.VelocityContext[] chainedContexts, OgnlValueStack stack)
           
 
Method Summary
 org.apache.velocity.app.event.EventCartridge attachEventCartridge(org.apache.velocity.app.event.EventCartridge arg0)
           
 org.apache.velocity.runtime.resource.Resource getCurrentResource()
           
 String getCurrentTemplateName()
           
 org.apache.velocity.app.event.EventCartridge getEventCartridge()
           
 Object[] getTemplateNameStack()
           
 org.apache.velocity.util.introspection.IntrospectionCacheData icacheGet(Object arg0)
           
 void icachePut(Object arg0, org.apache.velocity.util.introspection.IntrospectionCacheData arg1)
           
 boolean internalContainsKey(Object key)
           
 Object internalGet(String key)
           
 void popCurrentTemplateName()
           
 void pushCurrentTemplateName(String arg0)
           
 void setCurrentResource(org.apache.velocity.runtime.resource.Resource arg0)
           
 
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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebWorkVelocityContext

public WebWorkVelocityContext(OgnlValueStack stack)

WebWorkVelocityContext

public WebWorkVelocityContext(org.apache.velocity.VelocityContext[] chainedContexts,
                              OgnlValueStack stack)
Method Detail

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

WebWork Project Page