Liferay 7.0-ce-b4

com.liferay.portal.layoutconfiguration.util
Class RuntimePageUtil

java.lang.Object
  extended by com.liferay.portal.layoutconfiguration.util.RuntimePageUtil

public class RuntimePageUtil
extends Object


Constructor Summary
RuntimePageUtil()
           
 
Method Summary
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 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, TemplateResource templateResource)
           
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimePageUtil

public RuntimePageUtil()
Method Detail

getProcessedTemplate

public static StringBundler getProcessedTemplate(javax.servlet.http.HttpServletRequest request,
                                                 javax.servlet.http.HttpServletResponse response,
                                                 String portletId,
                                                 TemplateResource templateResource)
                                          throws Exception
Throws:
Exception

getRuntimePage

public static RuntimePage getRuntimePage()

processCustomizationSettings

public static void processCustomizationSettings(javax.servlet.http.HttpServletRequest request,
                                                javax.servlet.http.HttpServletResponse response,
                                                TemplateResource templateResource)
                                         throws Exception
Throws:
Exception

processTemplate

public static void processTemplate(javax.servlet.http.HttpServletRequest request,
                                   javax.servlet.http.HttpServletResponse response,
                                   String portletId,
                                   TemplateResource templateResource)
                            throws Exception
Throws:
Exception

processTemplate

public static void processTemplate(javax.servlet.http.HttpServletRequest request,
                                   javax.servlet.http.HttpServletResponse response,
                                   TemplateResource templateResource)
                            throws Exception
Throws:
Exception

processXML

public static String processXML(javax.servlet.http.HttpServletRequest request,
                                javax.servlet.http.HttpServletResponse response,
                                String content)
                         throws Exception
Throws:
Exception

processXML

public static String processXML(javax.servlet.http.HttpServletRequest request,
                                String content,
                                RuntimeLogic runtimeLogic)
                         throws Exception
Throws:
Exception

setRuntimePage

public void setRuntimePage(RuntimePage runtimePage)

Liferay 7.0-ce-b4