com.liferay.portlet.layoutconfiguration.util.velocity
Class PortletLogic
java.lang.Object
com.liferay.portlet.layoutconfiguration.util.velocity.RuntimeLogic
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 attributes)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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