|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnextapp.echoservlet.html.Element
nextapp.echoservlet.html.ScriptElement
public class ScriptElement
An HTML element that contains JavaScript code.
Field Summary |
---|
Fields inherited from interface nextapp.echoservlet.html.Renderable |
---|
INDENT_STRING |
Constructor Summary | |
---|---|
ScriptElement()
Creates a new script element. |
Method Summary | |
---|---|
void |
add(Script script)
Adds a script block to the element. |
Methods inherited from class nextapp.echoservlet.html.Element |
---|
add, add, addAttribute, addAttribute, addAttribute, addElement, addElement, addElementContent, addElementContent, addHtml, addHtml, addText, addText, addText, allocate, allocate, getAttribute, getContents, getCreationCount, getName, indexOf, isSticky, releaseElements, removeAttribute, render, render, renderAsStyleAttribute, reset, setClosingTagRequired, setSticky, setWhitespaceRelevant |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScriptElement()
Method Detail |
---|
public void add(Script script)
script
- The script to be added.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |