Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.kernel.velocity.VelocityContext

Packages that use VelocityContext
com.liferay.portal.kernel.velocity   
com.liferay.portal.velocity   
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
 

Uses of VelocityContext in com.liferay.portal.kernel.velocity
 

Methods in com.liferay.portal.kernel.velocity that return VelocityContext
 VelocityContext VelocityEngine.getEmptyContext()
           
static VelocityContext VelocityEngineUtil.getEmptyContext()
           
 VelocityContext VelocityEngine.getRestrictedToolsContext()
           
static VelocityContext VelocityEngineUtil.getRestrictedToolsContext()
           
 VelocityContext VelocityEngine.getStandardToolsContext()
           
static VelocityContext VelocityEngineUtil.getStandardToolsContext()
           
 VelocityContext VelocityEngine.getWrappedClassLoaderToolsContext()
           
static VelocityContext VelocityEngineUtil.getWrappedClassLoaderToolsContext()
           
 VelocityContext VelocityEngine.getWrappedRestrictedToolsContext()
           
static VelocityContext VelocityEngineUtil.getWrappedRestrictedToolsContext()
           
 VelocityContext VelocityEngine.getWrappedStandardToolsContext()
           
static VelocityContext VelocityEngineUtil.getWrappedStandardToolsContext()
           
 

Methods in com.liferay.portal.kernel.velocity with parameters of type VelocityContext
 void VelocityVariables.insertHelperUtilities(VelocityContext velocityContext, String[] restrictedVariables)
           
static void VelocityVariablesUtil.insertHelperUtilities(VelocityContext velocityContext, String[] restrictedVariables)
           
 void VelocityVariables.insertVariables(VelocityContext velocityContext, javax.servlet.http.HttpServletRequest request)
           
static void VelocityVariablesUtil.insertVariables(VelocityContext velocityContext, javax.servlet.http.HttpServletRequest request)
           
 boolean VelocityEngine.mergeTemplate(String velocityTemplateId, String velocityTemplateContent, VelocityContext velocityContext, Writer writer)
           
static boolean VelocityEngineUtil.mergeTemplate(String velocityTemplateId, String velocityTemplateContent, VelocityContext velocityContext, Writer writer)
           
 boolean VelocityEngine.mergeTemplate(String velocityTemplateId, VelocityContext velocityContext, Writer writer)
           
static boolean VelocityEngineUtil.mergeTemplate(String velocityTemplateId, VelocityContext velocityContext, Writer writer)
           
 

Uses of VelocityContext in com.liferay.portal.velocity
 

Classes in com.liferay.portal.velocity that implement VelocityContext
 class PACLVelocityContextImpl
          Deprecated. As of 6.2.0
 class VelocityContextImpl
           
 

Methods in com.liferay.portal.velocity that return VelocityContext
 VelocityContext VelocityEngineImpl.getEmptyContext()
           
 VelocityContext VelocityEngineImpl.getRestrictedToolsContext()
           
 VelocityContext VelocityEngineImpl.getStandardToolsContext()
           
 VelocityContext VelocityEngineImpl.getWrappedClassLoaderToolsContext()
           
 VelocityContext VelocityEngineImpl.getWrappedRestrictedToolsContext()
           
 VelocityContext VelocityEngineImpl.getWrappedStandardToolsContext()
           
 

Methods in com.liferay.portal.velocity with parameters of type VelocityContext
 void VelocityVariablesImpl.insertHelperUtilities(VelocityContext velocityContext, String[] restrictedVariables)
           
protected  void VelocityVariablesImpl.insertHelperUtility(VelocityContext velocityContext, String[] restrictedVariables, String key, Object value)
           
protected  void VelocityVariablesImpl.insertTilesVariables(VelocityContext velocityContext, javax.servlet.http.HttpServletRequest request)
           
 void VelocityVariablesImpl.insertVariables(VelocityContext velocityContext, javax.servlet.http.HttpServletRequest request)
           
 boolean VelocityEngineImpl.mergeTemplate(String velocityTemplateId, String velocityTemplateContent, VelocityContext velocityContext, Writer writer)
           
 boolean VelocityEngineImpl.mergeTemplate(String velocityTemplateId, VelocityContext velocityContext, Writer writer)
           
 

Uses of VelocityContext in com.liferay.portlet
 

Methods in com.liferay.portlet that return VelocityContext
protected  VelocityContext VelocityPortlet.getVelocityContext(PortletRequest portletRequest, PortletResponse portletResponse)
           
 

Methods in com.liferay.portlet with parameters of type VelocityContext
protected  void VelocityPortlet.mergeTemplate(String velocityTemplateId, VelocityContext velocityContext, PortletRequest portletRequest, PortletResponse portletResponse)
           
 


Liferay 6.1.2-ce-ga3