Liferay 6.1.2-ce-ga3

com.liferay.util.bridges.common
Class ScriptPostProcess

java.lang.Object
  extended by com.liferay.util.bridges.common.ScriptPostProcess

public class ScriptPostProcess
extends Object

See Also:
ScriptPostProcess

Constructor Summary
ScriptPostProcess()
           
 
Method Summary
protected  void doProcessPage(String startTag, String endTag, String ref, PortletURL actionURL, String actionParameterName)
           
 String getFinalizedPage()
           
 void postProcessPage(PortletURL actionURL, String actionParameterName)
           
 void processPage(String startTag, String endTag, String ref, PortletURL actionURL, String actionParameterName)
           
 void setInitalPage(StringBundler initialPage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptPostProcess

public ScriptPostProcess()
Method Detail

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(StringBundler initialPage)

doProcessPage

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

Liferay 6.1.2-ce-ga3