public class RuntimePageUtil
extends java.lang.Object
| Constructor and Description |
|---|
RuntimePageUtil() |
| Modifier and Type | Method and Description |
|---|---|
static StringBundler |
getProcessedTemplate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String portletId,
TemplateResource templateResource) |
static RuntimePage |
getRuntimePage() |
static void |
processCustomizationSettings(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
TemplateResource templateResource) |
static void |
processTemplate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String portletId,
TemplateResource templateResource) |
static void |
processTemplate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
TemplateResource templateResource) |
static java.lang.String |
processXML(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String content) |
static java.lang.String |
processXML(javax.servlet.http.HttpServletRequest request,
java.lang.String content,
RuntimeLogic runtimeLogic) |
void |
setRuntimePage(RuntimePage runtimePage) |
public static StringBundler getProcessedTemplate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String portletId, TemplateResource templateResource) throws java.lang.Exception
java.lang.Exceptionpublic static RuntimePage getRuntimePage()
public static void processCustomizationSettings(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
TemplateResource templateResource)
throws java.lang.Exception
java.lang.Exceptionpublic static void processTemplate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String portletId,
TemplateResource templateResource)
throws java.lang.Exception
java.lang.Exceptionpublic static void processTemplate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
TemplateResource templateResource)
throws java.lang.Exception
java.lang.Exceptionpublic static java.lang.String processXML(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String content)
throws java.lang.Exception
java.lang.Exceptionpublic static java.lang.String processXML(javax.servlet.http.HttpServletRequest request,
java.lang.String content,
RuntimeLogic runtimeLogic)
throws java.lang.Exception
java.lang.Exceptionpublic void setRuntimePage(RuntimePage runtimePage)