Class PortletRenderer
Object
com.liferay.portal.layoutconfiguration.util.PortletRenderer
- Author:
- Shuyang Zhou, Neil Griffin
-
Constructor Summary
ConstructorsConstructorDescriptionPortletRenderer
(com.liferay.portal.kernel.model.Portlet portlet, String columnId, Integer columnCount, Integer columnPos) -
Method Summary
Modifier and TypeMethodDescriptioncom.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)
-
Constructor Details
-
PortletRenderer
-
-
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
-