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

java.lang.Object
  extended bycom.liferay.portlet.layoutconfiguration.util.velocity.RuntimeLogic
      extended bycom.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 getPortletsMap()
           
 void processContent(com.liferay.portal.kernel.util.StringMaker sm, java.util.Map 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 attributes)
                    throws java.lang.Exception
Specified by:
processContent in class RuntimeLogic
Throws:
java.lang.Exception

getPortletsMap

public java.util.Map getPortletsMap()