| nextapp.echo2.webrender.output.HtmlDocument nextapp.echo2.webrender.BaseHtmlDocument
BaseHtmlDocument | public class BaseHtmlDocument extends HtmlDocument (Code) | | The initial document rendered when a user visits an application.
|
Method Summary | |
public Element | getContentElement() Retrieves the element of the document to which content should be added,
i.e., the FORM element. |
BaseHtmlDocument | public BaseHtmlDocument(String contentId)(Code) | | 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. |
getContentElement | public Element getContentElement()(Code) | | Retrieves the element of the document to which content should be added,
i.e., the FORM element.
the element to which content should be added. |
|
|