Liferay 6.0.5

com.liferay.portal.kernel.velocity
Interface VelocityContext

All Known Implementing Classes:
VelocityContextImpl

public interface VelocityContext


Method Summary
 Object get(String key)
           
 void put(String key, Object value)
           
 

Method Detail

get

Object get(String key)

put

void put(String key,
         Object value)

Liferay 6.0.5