public class RuntimePageUtil
extends Object
Constructor and Description |
---|
RuntimePageUtil() |
Modifier and Type | Method and Description |
---|---|
static 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 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 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
Exception
public 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
Exception
public static void processTemplate(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String portletId, String templateId, String content, String langType) throws Exception
Exception
public void setRuntimePage(RuntimePage runtimePage)