public class RuntimePageUtil
extends java.lang.Object
| Constructor and Description |
|---|
RuntimePageUtil() |
| Modifier and Type | Method and Description |
|---|---|
static 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 RuntimePage |
getRuntimePage() |
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) |
void |
setRuntimePage(RuntimePage runtimePage) |
public static 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 RuntimePage getRuntimePage()
public 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.Exceptionpublic void setRuntimePage(RuntimePage runtimePage)