|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectview.xhtml.HtmlObject
view.xhtml.HtmlElement
view.xhtml.ContainerElement
view.xhtml.Script
public class Script
Constructor Summary | |
---|---|
private |
Script()
Private constructor. |
|
Script(RawText code)
Constructs the element as a container of the script. |
|
Script(java.lang.String source)
Constructs the element as a reference to an external script. |
Method Summary |
---|
Methods inherited from class view.xhtml.ContainerElement |
---|
add, add, getHtml, getHtml |
Methods inherited from class view.xhtml.HtmlElement |
---|
getCloseTag, getCloseTag, getStartTag, getStartTag, setAttribute, setClass, setId, setName |
Methods inherited from class view.xhtml.HtmlObject |
---|
getHtml, getIndent, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
private Script()
public Script(java.lang.String source)
source
- the source of the external script.public Script(RawText code)
code
- the script itself.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |