Liferay 6.1.2-ce-ga3

com.liferay.portal.velocity
Class VelocityContextImpl

java.lang.Object
  extended by com.liferay.portal.velocity.VelocityContextImpl
All Implemented Interfaces:
TemplateContext, VelocityContext
Direct Known Subclasses:
PACLVelocityContextImpl

public class VelocityContextImpl
extends Object
implements VelocityContext


Constructor Summary
VelocityContextImpl()
           
VelocityContextImpl(org.apache.velocity.VelocityContext velocityContext)
           
VelocityContextImpl(VelocityContextImpl velocityContextImpl)
           
 
Method Summary
 Object get(String key)
           
 org.apache.velocity.VelocityContext getWrappedVelocityContext()
           
 void put(String key, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VelocityContextImpl

public VelocityContextImpl()

VelocityContextImpl

public VelocityContextImpl(org.apache.velocity.VelocityContext velocityContext)

VelocityContextImpl

public VelocityContextImpl(VelocityContextImpl velocityContextImpl)
Method Detail

get

public Object get(String key)
Specified by:
get in interface TemplateContext

getWrappedVelocityContext

public org.apache.velocity.VelocityContext getWrappedVelocityContext()

put

public void put(String key,
                Object value)
Specified by:
put in interface TemplateContext

Liferay 6.1.2-ce-ga3