Liferay 7.0-ga1 portal-impl

com.liferay.portal.layoutconfiguration.util.velocity
Interface ColumnProcessor

All Known Implementing Classes:
CustomizationSettingsProcessor, TemplateProcessor

public interface ColumnProcessor


Method Summary
 String processColumn(String columnId)
           
 String processColumn(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)
           
 

Method Detail

processColumn

String processColumn(String columnId)
                     throws Exception
Throws:
Exception

processColumn

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

processMax

String processMax()
                  throws Exception
Throws:
Exception

processPortlet

String processPortlet(String portletId)
                      throws Exception
Throws:
Exception

processPortlet

String processPortlet(String portletId,
                      Map<String,?> defaultSettingsMap)
                      throws Exception
Throws:
Exception

processPortlet

String processPortlet(String portletProviderClassName,
                      com.liferay.portal.kernel.portlet.PortletProvider.Action portletProviderAction)
                      throws Exception
Throws:
Exception

Liferay 7.0-ga1 portal-impl