Package com.liferay.util.bridges.common
Class ScriptPostProcess
Object
com.liferay.util.bridges.common.ScriptPostProcess
- Author:
- Gavin Wan, Brian Wing Shun Chan
- See Also:
-
org.apache.portals.bridges.common.ScriptPostProcess
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
doProcessPage
(String startTag, String endTag, String ref, PortletURL actionURL, String actionParameterName) void
postProcessPage
(PortletURL actionURL, String actionParameterName) void
processPage
(String startTag, String endTag, String ref, PortletURL actionURL, String actionParameterName) void
setInitalPage
(com.liferay.petra.string.StringBundler sb) void
setInitalPage
(com.liferay.portal.kernel.util.StringBundler sb) Deprecated.
-
Constructor Details
-
ScriptPostProcess
public ScriptPostProcess()
-
-
Method Details
-
getFinalizedPage
-
postProcessPage
-
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.As of Cavanaugh (7.4.x), replaced bysetInitalPage(StringBundler)
-
doProcessPage
protected void doProcessPage(String startTag, String endTag, String ref, PortletURL actionURL, String actionParameterName)
-
setInitalPage(StringBundler)