Liferay 6.2.0-ce-m1

com.liferay.portal.velocity
Class VelocityTemplateContextHelper

java.lang.Object
  extended by com.liferay.portal.template.TemplateContextHelper
      extended by com.liferay.portal.velocity.VelocityTemplateContextHelper

public class VelocityTemplateContextHelper
extends TemplateContextHelper


Constructor Summary
VelocityTemplateContextHelper()
           
 
Method Summary
 Map<String,Object> getHelperUtilities()
           
 Set<String> getRestrictedVariables()
           
 void prepare(TemplateContext templateContext, javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class com.liferay.portal.template.TemplateContextHelper
getRestrictedHelperUtilities, prepareTiles
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VelocityTemplateContextHelper

public VelocityTemplateContextHelper()
Method Detail

getHelperUtilities

public Map<String,Object> getHelperUtilities()
Overrides:
getHelperUtilities in class TemplateContextHelper

getRestrictedVariables

public Set<String> getRestrictedVariables()
Overrides:
getRestrictedVariables in class TemplateContextHelper

prepare

public void prepare(TemplateContext templateContext,
                    javax.servlet.http.HttpServletRequest request)
Overrides:
prepare in class TemplateContextHelper

Liferay 6.2.0-ce-m1