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