Liferay 6.2.0

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

All Known Implementing Classes:
CustomizationSettingsProcessor, TemplateProcessor

public interface ColumnProcessor


Method Summary
abstract  String processColumn(String columnId)
           
abstract  String processColumn(String columnId, String classNames)
           
abstract  String processMax()
           
abstract  String processMax(String classNames)
          Deprecated. As of 6.2.0, replaced by processMax()
abstract  String processPortlet(String portletId)
           
 

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

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

Liferay 6.2.0