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

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

public class PortletLogic
extends RuntimeLogic

View Source

Author:
Ivica Cardic, Brian Wing Shun Chan

Constructor Summary
PortletLogic(javax.servlet.ServletContext ctx, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse)
           
PortletLogic(javax.servlet.ServletContext ctx, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, java.lang.String portletId)
           
 
Method Summary
 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

PortletLogic

public PortletLogic(javax.servlet.ServletContext ctx,
                    javax.servlet.http.HttpServletRequest req,
                    javax.servlet.http.HttpServletResponse res,
                    java.lang.String portletId)

PortletLogic

public PortletLogic(javax.servlet.ServletContext ctx,
                    javax.servlet.http.HttpServletRequest req,
                    javax.servlet.http.HttpServletResponse res,
                    javax.portlet.RenderRequest renderRequest,
                    javax.portlet.RenderResponse renderResponse)
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