com.liferay.portlet.layoutconfiguration.util.velocity
Class PortletColumnLogic

java.lang.Object
  extended by com.liferay.portlet.layoutconfiguration.util.velocity.RuntimeLogic
      extended by com.liferay.portlet.layoutconfiguration.util.velocity.PortletColumnLogic

public class PortletColumnLogic
extends RuntimeLogic

View Source

Author:
Ivica Cardic, Brian Wing Shun Chan

Constructor Summary
PortletColumnLogic(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Method Summary
 java.util.Map<com.liferay.portal.model.Portlet,java.lang.Object[]> getPortletsMap()
           
 void processContent(java.lang.StringBuilder sb, java.util.Map<java.lang.String,java.lang.String> attributes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletColumnLogic

public PortletColumnLogic(javax.servlet.ServletContext servletContext,
                          javax.servlet.http.HttpServletRequest request,
                          javax.servlet.http.HttpServletResponse response)
Method Detail

processContent

public void processContent(java.lang.StringBuilder sb,
                           java.util.Map<java.lang.String,java.lang.String> attributes)
                    throws java.lang.Exception
Specified by:
processContent in class RuntimeLogic
Throws:
java.lang.Exception

getPortletsMap

public java.util.Map<com.liferay.portal.model.Portlet,java.lang.Object[]> getPortletsMap()