com.opensymphony.webwork.views.velocity
Class WebWorkVelocityContext

java.lang.Object
  extended byorg.apache.velocity.context.InternalContextBase
      extended byorg.apache.velocity.context.AbstractContext
          extended byorg.apache.velocity.VelocityContext
              extended bycom.opensymphony.webwork.views.velocity.WebWorkVelocityContext
All Implemented Interfaces:
Cloneable, org.apache.velocity.context.Context, org.apache.velocity.context.InternalEventContext, org.apache.velocity.context.InternalHousekeepingContext, Serializable

public class WebWorkVelocityContext
extends org.apache.velocity.VelocityContext

Version:
$Revision: 1.9 $
Author:
$Author: jcarreira $
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)
           
 
Method Summary
 boolean internalContainsKey(Object key)
           
 Object internalGet(String key)
           
 
Methods inherited from class org.apache.velocity.VelocityContext
clone, internalGetKeys, internalPut, internalRemove
 
Methods inherited from class org.apache.velocity.context.AbstractContext
attachEventCartridge, containsKey, get, getChainedContext, getCurrentResource, getCurrentTemplateName, getEventCartridge, getKeys, getTemplateNameStack, icacheGet, icachePut, popCurrentTemplateName, pushCurrentTemplateName, put, remove, setCurrentResource
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebWorkVelocityContext

public WebWorkVelocityContext(com.opensymphony.xwork.util.OgnlValueStack stack)

WebWorkVelocityContext

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

internalContainsKey

public boolean internalContainsKey(Object key)

internalGet

public Object internalGet(String key)

WebWork Project Page