|
NextApp Echo2 v2.1.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnextapp.echo2.webrender.output.XmlDocument
nextapp.echo2.webrender.output.HtmlDocument
nextapp.echo2.webrender.BaseHtmlDocument
public class BaseHtmlDocument
The initial document rendered when a user visits an application.
Field Summary |
---|
Fields inherited from class nextapp.echo2.webrender.output.HtmlDocument |
---|
XHTML_1_0_NAMESPACE_URI, XHTML_1_0_TRANSITIONAL_PUBLIC_ID, XHTML_1_0_TRANSITIONAL_SYSTSEM_ID |
Constructor Summary | |
---|---|
BaseHtmlDocument(java.lang.String contentId)
Creates a new BaseHtmlDocument . |
Method Summary | |
---|---|
org.w3c.dom.Element |
getContentElement()
Retrieves the element of the document to which content should be added, i.e., the FORM element. |
Methods inherited from class nextapp.echo2.webrender.output.HtmlDocument |
---|
addJavaScriptInclude, addJavaScriptText, getBodyElement, getHeadElement, setGenarator, setTitle |
Methods inherited from class nextapp.echo2.webrender.output.XmlDocument |
---|
getDocument, render, setOutputProperties |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BaseHtmlDocument(java.lang.String contentId)
BaseHtmlDocument
.
contentId
- The desired id which will be used for the element to
which content should be added, i.e., the FORM element.Method Detail |
---|
public org.w3c.dom.Element getContentElement()
|
NextApp Echo2 v2.1.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |