|
BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScriptReporter
| Method Summary | |
|---|---|
void |
addScriptCode(String script)
This method will add Script as top level code that runs when the page is loaded. |
void |
addScriptFunction(String script)
This method will add Script as a function. |
void |
addTagId(String tagId,
String tagName)
Adds a tagID and tagName to the id to name map. |
boolean |
isScriptWritten()
This method indicates that the writeScript method has been called. |
void |
writeScript(weblogic.utils.UnsyncStringBuffer sb)
This method will output all of the Script associated with the script reporter. |
| Method Detail |
|---|
void addScriptCode(String script)
script - the text of the scriptvoid addScriptFunction(String script)
script - the text of the function
void addTagId(String tagId,
String tagName)
tagId - - the id of a child tag.tagName - - the name of a child tag.void writeScript(weblogic.utils.UnsyncStringBuffer sb)
sb - The script is written into the provided StringBuffer. This value must not be null.boolean isScriptWritten()
writeScript method has been called.
|
BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||