public class TemplateProcessor extends Object implements ColumnProcessor
| Constructor and Description |
|---|
TemplateProcessor(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String portletId) |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,List<PortletRenderer>> |
getPortletRenderers() |
boolean |
isPortletAjaxRender() |
String |
processColumn(String columnId) |
String |
processColumn(String columnId,
String classNames) |
String |
processDynamicColumn(String columnId,
String classNames) |
String |
processMax() |
String |
processPortlet(String portletId) |
String |
processPortlet(String portletId,
Map<String,?> defaultSettingsMap) |
String |
processPortlet(String portletProviderClassName,
com.liferay.portal.kernel.portlet.PortletProvider.Action portletProviderAction) |
public TemplateProcessor(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String portletId)
public Map<Integer,List<PortletRenderer>> getPortletRenderers()
public boolean isPortletAjaxRender()
public String processColumn(String columnId)
throws Exception
processColumn in interface ColumnProcessorExceptionpublic String processColumn(String columnId,
String classNames)
throws Exception
processColumn in interface ColumnProcessorExceptionpublic String processDynamicColumn(String columnId,
String classNames)
throws Exception
processDynamicColumn in interface ColumnProcessorExceptionpublic String processMax()
throws Exception
processMax in interface ColumnProcessorExceptionpublic String processPortlet(String portletId)
throws Exception
processPortlet in interface ColumnProcessorExceptionpublic String processPortlet(String portletId,
Map<String,?> defaultSettingsMap)
throws Exception
processPortlet in interface ColumnProcessorExceptionpublic String processPortlet(String portletProviderClassName,
com.liferay.portal.kernel.portlet.PortletProvider.Action portletProviderAction)
throws Exception
processPortlet in interface ColumnProcessorException