Liferay 7.0-ce-b4

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 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)
           
 

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

processMax

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

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,
                      PortletProvider.Action portletProviderAction)
                      throws Exception
Throws:
Exception

Liferay 7.0-ce-b4