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