public class RuntimePageUtil
extends java.lang.Object
| Constructor and Description |
|---|
RuntimePageUtil() |
| Modifier and Type | Method and Description |
|---|---|
protected static com.liferay.petra.string.StringBundler |
doDispatch(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
java.lang.String portletId,
java.lang.String templateId,
java.lang.String content,
java.lang.String langType) |
protected static com.liferay.petra.string.StringBundler |
doProcessTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
java.lang.String portletId,
java.lang.String templateId,
java.lang.String content,
java.lang.String langType,
boolean restricted) |
static com.liferay.portal.kernel.model.LayoutTemplate |
getLayoutTemplate(java.lang.String templateId) |
static com.liferay.petra.string.StringBundler |
getProcessedTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
java.lang.String portletId,
java.lang.String templateId,
java.lang.String content) |
static void |
processTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
java.lang.String portletId,
java.lang.String templateId,
java.lang.String content) |
static void |
processTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
java.lang.String portletId,
java.lang.String templateId,
java.lang.String content,
java.lang.String langType) |
public static com.liferay.portal.kernel.model.LayoutTemplate getLayoutTemplate(java.lang.String templateId)
public static com.liferay.petra.string.StringBundler getProcessedTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
java.lang.String portletId,
java.lang.String templateId,
java.lang.String content)
throws java.lang.Exception
java.lang.Exceptionpublic static void processTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
java.lang.String portletId,
java.lang.String templateId,
java.lang.String content)
throws java.lang.Exception
java.lang.Exceptionpublic static void processTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
java.lang.String portletId,
java.lang.String templateId,
java.lang.String content,
java.lang.String langType)
throws java.lang.Exception
java.lang.Exceptionprotected static com.liferay.petra.string.StringBundler doDispatch(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
java.lang.String portletId,
java.lang.String templateId,
java.lang.String content,
java.lang.String langType)
throws java.lang.Exception
java.lang.Exceptionprotected static com.liferay.petra.string.StringBundler doProcessTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
java.lang.String portletId,
java.lang.String templateId,
java.lang.String content,
java.lang.String langType,
boolean restricted)
throws java.lang.Exception
java.lang.Exception