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 ctx, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 
Method Summary
 java.util.Map<com.liferay.portal.model.Portlet,java.lang.Object[]> getPortletsMap()
           
 void processContent(com.liferay.portal.kernel.util.StringMaker sm, 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 ctx,
                          javax.servlet.http.HttpServletRequest req,
                          javax.servlet.http.HttpServletResponse res)
Method Detail

processContent

public void processContent(com.liferay.portal.kernel.util.StringMaker sm,
                           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()