Liferay 6.2.0-ce-m1

com.liferay.portal.velocity
Class PACLVelocityTemplate

java.lang.Object
  extended by com.liferay.portal.template.AbstractTemplate
      extended by com.liferay.portal.velocity.VelocityTemplate
          extended by com.liferay.portal.velocity.PACLVelocityTemplate
All Implemented Interfaces:
Template, TemplateContext

public class PACLVelocityTemplate
extends VelocityTemplate


Field Summary
 
Fields inherited from class com.liferay.portal.template.AbstractTemplate
errorTemplateResource, templateResource
 
Fields inherited from interface com.liferay.portal.kernel.templateparser.TemplateContext
WRITER
 
Constructor Summary
PACLVelocityTemplate(TemplateResource templateResource, TemplateResource errorTemplateResource, org.apache.velocity.VelocityContext velocityContext, org.apache.velocity.app.VelocityEngine velocityEngine, TemplateContextHelper templateContextHelper, PACLPolicy paclPolicy)
           
 
Method Summary
 boolean processTemplate(Writer writer)
           
 
Methods inherited from class com.liferay.portal.velocity.VelocityTemplate
get, handleException, processTemplate, put
 
Methods inherited from class com.liferay.portal.template.AbstractTemplate
getTemplateResourceUUID, prepare
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PACLVelocityTemplate

public PACLVelocityTemplate(TemplateResource templateResource,
                            TemplateResource errorTemplateResource,
                            org.apache.velocity.VelocityContext velocityContext,
                            org.apache.velocity.app.VelocityEngine velocityEngine,
                            TemplateContextHelper templateContextHelper,
                            PACLPolicy paclPolicy)
Method Detail

processTemplate

public boolean processTemplate(Writer writer)
                        throws TemplateException
Specified by:
processTemplate in interface Template
Overrides:
processTemplate in class AbstractTemplate
Throws:
TemplateException

Liferay 6.2.0-ce-m1