Class ScriptPostProcess

Object
com.liferay.util.bridges.common.ScriptPostProcess

public class ScriptPostProcess extends Object
Author:
Gavin Wan, Brian Wing Shun Chan
See Also:
  • org.apache.portals.bridges.common.ScriptPostProcess
  • Constructor Details

    • ScriptPostProcess

      public ScriptPostProcess()
  • Method Details

    • getFinalizedPage

      public String getFinalizedPage()
    • postProcessPage

      public void postProcessPage(PortletURL actionURL, String actionParameterName)
    • processPage

      public void processPage(String startTag, String endTag, String ref, PortletURL actionURL, String actionParameterName)
    • setInitalPage

      public void setInitalPage(com.liferay.petra.string.StringBundler sb)
    • setInitalPage

      @Deprecated public void setInitalPage(com.liferay.portal.kernel.util.StringBundler sb)
      Deprecated.
      As of Cavanaugh (7.4.x), replaced by setInitalPage(StringBundler)
    • doProcessPage

      protected void doProcessPage(String startTag, String endTag, String ref, PortletURL actionURL, String actionParameterName)