Liferay 6.0.5

com.liferay.portal.velocity
Class VelocityContextImpl

java.lang.Object
  extended by com.liferay.portal.velocity.VelocityContextImpl
All Implemented Interfaces:
VelocityContext

public class VelocityContextImpl
extends Object
implements VelocityContext


Constructor Summary
VelocityContextImpl()
           
VelocityContextImpl(org.apache.velocity.VelocityContext velocityContext)
           
 
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)
Method Detail

get

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

getWrappedVelocityContext

public org.apache.velocity.VelocityContext getWrappedVelocityContext()

put

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

Liferay 6.0.5