Class RuntimePageUtil

Object
com.liferay.portal.layoutconfiguration.util.RuntimePageUtil

public class RuntimePageUtil extends Object
Author:
Brian Wing Shun Chan, Raymond Augé, Shuyang Zhou
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected static com.liferay.petra.string.StringBundler
    doDispatch(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String portletId, String templateId, String content, String langType)
     
    protected static com.liferay.petra.string.StringBundler
    doProcessTemplate(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String portletId, String templateId, String content, String langType, boolean restricted)
     
    static com.liferay.portal.kernel.model.LayoutTemplate
     
    static com.liferay.petra.string.StringBundler
    getProcessedTemplate(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)
     
    static void
    processTemplate(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String portletId, String templateId, String content, String langType)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RuntimePageUtil

      public RuntimePageUtil()
  • Method Details

    • getLayoutTemplate

      public static com.liferay.portal.kernel.model.LayoutTemplate getLayoutTemplate(String templateId)
    • getProcessedTemplate

      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
      Throws:
      Exception
    • processTemplate

      public static void processTemplate(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String portletId, String templateId, String content) throws Exception
      Throws:
      Exception
    • processTemplate

      public static void processTemplate(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String portletId, String templateId, String content, String langType) throws Exception
      Throws:
      Exception
    • doDispatch

      protected static com.liferay.petra.string.StringBundler doDispatch(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String portletId, String templateId, String content, String langType) throws Exception
      Throws:
      Exception
    • doProcessTemplate

      protected static com.liferay.petra.string.StringBundler doProcessTemplate(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String portletId, String templateId, String content, String langType, boolean restricted) throws Exception
      Throws:
      Exception