NextApp Echo2
v2.1.1

nextapp.echo2.webrender
Class BaseHtmlDocument

java.lang.Object
  extended by nextapp.echo2.webrender.output.XmlDocument
      extended by nextapp.echo2.webrender.output.HtmlDocument
          extended by nextapp.echo2.webrender.BaseHtmlDocument

public class BaseHtmlDocument
extends HtmlDocument

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

BaseHtmlDocument

public BaseHtmlDocument(java.lang.String contentId)
Creates a new BaseHtmlDocument.

Parameters:
contentId - The desired id which will be used for the element to which content should be added, i.e., the FORM element.
Method Detail

getContentElement

public org.w3c.dom.Element getContentElement()
Retrieves the element of the document to which content should be added, i.e., the FORM element.

Returns:
the element to which content should be added.

NextApp Echo2
v2.1.1