|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.portals.bridges.common.ScriptPostProcess
ScriptPostProcess Utility class for post processing perl or php created pages.
Field Summary | |
(package private) StringBuffer |
internalPage
|
Constructor Summary | |
ScriptPostProcess()
|
Method Summary | |
String |
getFinalizedPage()
getFinalizedPage |
void |
postProcessPage(javax.portlet.PortletURL actionURL,
String actionParameterName)
postProcessPage() Applies default rules for processing HREFS and actions in an HTML page |
void |
processPage(String startTag,
String endTag,
String ref,
javax.portlet.PortletURL actionURL,
String actionParameterName)
processPage() Apply one rule to the page |
void |
setInitalPage(StringBuffer page)
setInitialPage() Sets the internal page that will be processed by invoking the different methods |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
StringBuffer internalPage
Constructor Detail |
public ScriptPostProcess()
Method Detail |
public String getFinalizedPage()
public void setInitalPage(StringBuffer page)
page
- public void postProcessPage(javax.portlet.PortletURL actionURL, String actionParameterName)
actionURL
- actionParameterName
- public void processPage(String startTag, String endTag, String ref, javax.portlet.PortletURL actionURL, String actionParameterName)
startTag
- endTag
- ref
- actionURL
- actionParameterName
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |