Liferay 7.0-ce-b4

com.liferay.portal.kernel.template
Interface Template

All Superinterfaces:
Map<String,Object>

public interface Template
extends Map<String,Object>


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 void doProcessTemplate(Writer writer)
           
 Object get(String key)
           
 String[] getKeys()
           
 void prepare(javax.servlet.http.HttpServletRequest request)
           
 void processTemplate(Writer writer)
           
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

doProcessTemplate

void doProcessTemplate(Writer writer)
                       throws Exception
Throws:
Exception

get

Object get(String key)

getKeys

String[] getKeys()

prepare

void prepare(javax.servlet.http.HttpServletRequest request)

processTemplate

void processTemplate(Writer writer)
                     throws TemplateException
Throws:
TemplateException

Liferay 7.0-ce-b4