Liferay 7.0-ce-b4

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

java.lang.Object
  extended by com.liferay.portal.layoutconfiguration.util.velocity.TemplateProcessor
All Implemented Interfaces:
ColumnProcessor

public class TemplateProcessor
extends Object
implements ColumnProcessor


Constructor Summary
TemplateProcessor(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String portletId)
           
 
Method Summary
 Map<Integer,List<PortletRenderer>> getPortletRenderers()
           
 boolean isPortletAjaxRender()
           
 String processColumn(String columnId)
           
 String processColumn(String columnId, String classNames)
           
 String processMax()
           
 String processMax(String classNames)
          Deprecated. As of 6.2.0, replaced by processMax()
 String processPortlet(String portletId)
           
 String processPortlet(String portletId, Map<String,?> defaultSettingsMap)
           
 String processPortlet(String portletProviderClassName, PortletProvider.Action portletProviderAction)
           
 
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.http.HttpServletRequest request,
                         javax.servlet.http.HttpServletResponse response,
                         String portletId)
Method Detail

getPortletRenderers

public Map<Integer,List<PortletRenderer>> getPortletRenderers()

isPortletAjaxRender

public boolean isPortletAjaxRender()

processColumn

public String processColumn(String columnId)
                     throws Exception
Specified by:
processColumn in interface ColumnProcessor
Throws:
Exception

processColumn

public String processColumn(String columnId,
                            String classNames)
                     throws Exception
Specified by:
processColumn in interface ColumnProcessor
Throws:
Exception

processMax

public String processMax()
                  throws Exception
Specified by:
processMax in interface ColumnProcessor
Throws:
Exception

processMax

@Deprecated
public String processMax(String classNames)
                  throws Exception
Deprecated. As of 6.2.0, replaced by processMax()

Specified by:
processMax in interface ColumnProcessor
Throws:
Exception

processPortlet

public String processPortlet(String portletId)
                      throws Exception
Specified by:
processPortlet in interface ColumnProcessor
Throws:
Exception

processPortlet

public String processPortlet(String portletId,
                             Map<String,?> defaultSettingsMap)
                      throws Exception
Specified by:
processPortlet in interface ColumnProcessor
Throws:
Exception

processPortlet

public String processPortlet(String portletProviderClassName,
                             PortletProvider.Action portletProviderAction)
                      throws Exception
Specified by:
processPortlet in interface ColumnProcessor
Throws:
Exception

Liferay 7.0-ce-b4