Class RuntimePageUtil
Object
com.liferay.portal.layoutconfiguration.util.RuntimePageUtil
- Author:
- Brian Wing Shun Chan, Raymond Augé, Shuyang Zhou
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static com.liferay.petra.string.StringBundler
doDispatch
(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String portletId, String templateId, String content, String langType) protected static com.liferay.petra.string.StringBundler
doProcessTemplate
(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String portletId, String templateId, String content, String langType, boolean restricted) static com.liferay.portal.kernel.model.LayoutTemplate
getLayoutTemplate
(String templateId) static com.liferay.petra.string.StringBundler
getProcessedTemplate
(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String portletId, String templateId, String content) static void
processTemplate
(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String portletId, String templateId, String content) static void
processTemplate
(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String portletId, String templateId, String content, String langType)
-
Constructor Details
-
RuntimePageUtil
public RuntimePageUtil()
-
-
Method Details
-
getLayoutTemplate
-
getProcessedTemplate
public static com.liferay.petra.string.StringBundler getProcessedTemplate(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String portletId, String templateId, String content) throws Exception - Throws:
Exception
-
processTemplate
public static void processTemplate(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String portletId, String templateId, String content) throws Exception - Throws:
Exception
-
processTemplate
public static void processTemplate(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String portletId, String templateId, String content, String langType) throws Exception - Throws:
Exception
-
doDispatch
protected static com.liferay.petra.string.StringBundler doDispatch(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String portletId, String templateId, String content, String langType) throws Exception - Throws:
Exception
-
doProcessTemplate
protected static com.liferay.petra.string.StringBundler doProcessTemplate(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String portletId, String templateId, String content, String langType, boolean restricted) throws Exception - Throws:
Exception
-