Liferay 6.0.5

com.liferay.portlet.layoutconfiguration.util.velocity
Class TemplateProcessor

java.lang.Object
  extended by com.liferay.portlet.layoutconfiguration.util.velocity.TemplateProcessor

public class TemplateProcessor
extends Object


Constructor Summary
TemplateProcessor(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String portletId)
           
 
Method Summary
 Map<Portlet,Object[]> getPortletsMap()
           
 String processColumn(String columnId)
           
 String processColumn(String columnId, String classNames)
           
 String processMax()
           
 String processMax(String classNames)
           
 String processPortlet(String portletId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateProcessor

public TemplateProcessor(javax.servlet.ServletContext servletContext,
                         javax.servlet.http.HttpServletRequest request,
                         javax.servlet.http.HttpServletResponse response,
                         String portletId)
Method Detail

processColumn

public String processColumn(String columnId)
                     throws Exception
Throws:
Exception

processColumn

public String processColumn(String columnId,
                            String classNames)
                     throws Exception
Throws:
Exception

processMax

public String processMax()
                  throws Exception
Throws:
Exception

processMax

public String processMax(String classNames)
                  throws Exception
Throws:
Exception

processPortlet

public String processPortlet(String portletId)
                      throws Exception
Throws:
Exception

getPortletsMap

public Map<Portlet,Object[]> getPortletsMap()

Liferay 6.0.5