Liferay 6.0.5

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


Constructor Summary
PortletColumnLogic(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Method Summary
 Map<Portlet,Object[]> getPortletsMap()
           
 String processContent(Map<String,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 String processContent(Map<String,String> attributes)
                      throws Exception
Specified by:
processContent in class RuntimeLogic
Throws:
Exception

getPortletsMap

public Map<Portlet,Object[]> getPortletsMap()

Liferay 6.0.5