public class RuntimePageUtil
extends Object
| Constructor and Description |
|---|
RuntimePageUtil() |
| Modifier and Type | Method and Description |
|---|---|
static LayoutTemplate |
getLayoutTemplate(String velocityTemplateId) |
static com.liferay.petra.string.StringBundler |
getProcessedTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String portletId,
String templateId,
String content) |
static RuntimePage |
getRuntimePage() |
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) |
void |
setRuntimePage(RuntimePage runtimePage) |
public static LayoutTemplate getLayoutTemplate(String velocityTemplateId)
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 RuntimePage getRuntimePage()
public 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
Exceptionpublic void setRuntimePage(RuntimePage runtimePage)