|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IScriptProcessor
Defines methods needed by a IScript
to execute.
Body
Method Summary | |
---|---|
void |
addBodyScript(java.lang.String script)
Adds scripting code to the main body. |
void |
addExternalScript(org.apache.hivemind.Resource resource)
Adds an external script. |
void |
addInitializationScript(java.lang.String script)
Adds initialization script. |
java.lang.String |
getUniqueString(java.lang.String baseValue)
Ensures that the given string is unique. |
Method Detail |
---|
void addBodyScript(java.lang.String script)
Body
component will write the body script contents
just inside the <body>
tag.
void addInitializationScript(java.lang.String script)
</body> tag).
void addExternalScript(org.apache.hivemind.Resource resource)
java.lang.String getUniqueString(java.lang.String baseValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |