Liferay 6.2.0-ce-m4

com.liferay.portal.template
Class PACLTemplateWrapper

java.lang.Object
  extended by com.liferay.portal.template.PACLTemplateWrapper
All Implemented Interfaces:
Template, TemplateContext

public class PACLTemplateWrapper
extends Object
implements Template


Field Summary
 
Fields inherited from interface com.liferay.portal.kernel.templateparser.TemplateContext
WRITER
 
Constructor Summary
PACLTemplateWrapper(Template template, PACLPolicy policy)
           
 
Method Summary
 Object get(String key)
           
static Template getTemplate(Template template)
           
 void prepare(javax.servlet.http.HttpServletRequest request)
           
 boolean processTemplate(Writer writer)
           
 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

PACLTemplateWrapper

public PACLTemplateWrapper(Template template,
                           PACLPolicy policy)
Method Detail

getTemplate

public static Template getTemplate(Template template)

get

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

prepare

public void prepare(javax.servlet.http.HttpServletRequest request)
Specified by:
prepare in interface Template

processTemplate

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

put

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

Liferay 6.2.0-ce-m4