Liferay 6.2.0-ce-b2

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)
           
 

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

Liferay 6.2.0-ce-b2