Liferay 6.2.0-ce-m5

com.liferay.portal.template
Class PACLTemplateWrapper

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

Deprecated. As of 6.2.0

public class PACLTemplateWrapper
extends Object
implements Template


Constructor Summary
PACLTemplateWrapper()
          Deprecated.  
 
Method Summary
 Object get(String key)
          Deprecated.  
 String[] getKeys()
          Deprecated.  
static Template getTemplate(Template template)
          Deprecated.  
 void prepare(javax.servlet.http.HttpServletRequest request)
          Deprecated.  
 void processTemplate(Writer writer)
          Deprecated.  
 void put(String key, Object value)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PACLTemplateWrapper

public PACLTemplateWrapper()
Deprecated. 
Method Detail

getTemplate

public static Template getTemplate(Template template)
Deprecated. 

get

public Object get(String key)
Deprecated. 
Specified by:
get in interface Template

getKeys

public String[] getKeys()
Deprecated. 
Specified by:
getKeys in interface Template

prepare

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

processTemplate

public void processTemplate(Writer writer)
Deprecated. 
Specified by:
processTemplate in interface Template

put

public void put(String key,
                Object value)
Deprecated. 
Specified by:
put in interface Template

Liferay 6.2.0-ce-m5