Class PortletRenderer

Object
com.liferay.portal.layoutconfiguration.util.PortletRenderer

public class PortletRenderer extends Object
Author:
Shuyang Zhou, Neil Griffin
  • Constructor Summary

    Constructors
    Constructor
    Description
    PortletRenderer(com.liferay.portal.kernel.model.Portlet portlet, String columnId, Integer columnCount, Integer columnPos)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.liferay.portal.kernel.model.Portlet
     
    com.liferay.petra.string.StringBundler
    render(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, Map<String,Object> headerRequestAttributes)
     
    com.liferay.petra.string.StringBundler
    renderAjax(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
     
    renderHeaders(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, List<String> attributePrefixes)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PortletRenderer

      public PortletRenderer(com.liferay.portal.kernel.model.Portlet portlet, String columnId, Integer columnCount, Integer columnPos)
  • Method Details

    • getPortlet

      public com.liferay.portal.kernel.model.Portlet getPortlet()
    • render

      public com.liferay.petra.string.StringBundler render(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, Map<String,Object> headerRequestAttributes) throws com.liferay.portal.kernel.portlet.PortletContainerException
      Throws:
      com.liferay.portal.kernel.portlet.PortletContainerException
    • renderAjax

      public com.liferay.petra.string.StringBundler renderAjax(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws com.liferay.portal.kernel.portlet.PortletContainerException
      Throws:
      com.liferay.portal.kernel.portlet.PortletContainerException
    • renderHeaders

      public Map<String,Object> renderHeaders(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, List<String> attributePrefixes) throws com.liferay.portal.kernel.portlet.PortletContainerException
      Throws:
      com.liferay.portal.kernel.portlet.PortletContainerException