public class RuntimePageUtil
extends 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,
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) |
public static com.liferay.portal.kernel.model.LayoutTemplate getLayoutTemplate(String templateId)
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
Exceptionpublic static void processTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String portletId,
String templateId,
String content)
throws Exception
Exceptionpublic static void processTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String portletId,
String templateId,
String content,
String langType)
throws Exception
Exceptionprotected 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
Exceptionprotected 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
Exception