com.liferay.portal.template
Class PACLTemplateWrapper
java.lang.Object
com.liferay.portal.template.PACLTemplateWrapper
- All Implemented Interfaces:
- Template, TemplateContext
public class PACLTemplateWrapper
- extends Object
- implements Template
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PACLTemplateWrapper
public PACLTemplateWrapper(Template template,
PACLPolicy policy)
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