com.liferay.portal.template
Class PrivilegedTemplateWrapper
java.lang.Object
com.liferay.portal.template.PrivilegedTemplateWrapper
- All Implemented Interfaces:
- Template
public class PrivilegedTemplateWrapper
- extends Object
- implements Template
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrivilegedTemplateWrapper
public PrivilegedTemplateWrapper(AccessControlContext accessControlContext,
Template template)
doProcessTemplate
public void doProcessTemplate(Writer writer)
throws Exception
- Specified by:
doProcessTemplate in interface Template
- Throws:
Exception
get
public Object get(String key)
- Specified by:
get in interface Template
getKeys
public String[] getKeys()
- Specified by:
getKeys in interface Template
prepare
public void prepare(javax.servlet.http.HttpServletRequest request)
- Specified by:
prepare in interface Template
processTemplate
public void 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 Template