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 voiddoProcessPage(String startTag, String endTag, String ref, PortletURL actionURL, String actionParameterName) voidpostProcessPage(PortletURL actionURL, String actionParameterName) voidprocessPage(String startTag, String endTag, String ref, PortletURL actionURL, String actionParameterName) voidsetInitalPage(com.liferay.petra.string.StringBundler sb) voidsetInitalPage(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)