Class sun.server.html.HtmlPage
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.server.html.HtmlPage

java.lang.Object
   |
   +----sun.server.html.HtmlContainerImpl
           |
           +----sun.server.html.HtmlPage

public class HtmlPage
extends HtmlContainerImpl
This is a Container for a whole html page that takes care of some of the standard html tags on a page.

Constructor Index

 o HtmlPage(String)

Method Index

 o addElement(HtmlElement)

Constructors

 o HtmlPage
  public HtmlPage(String pageTitle)
Parameters:
pageTitle - title of the html page

Methods

 o addElement
  public void addElement(HtmlElement element)
Parameters:
element - HtmlElement to add to the body of this HtmlPage
Overrides:
addElement in class HtmlContainerImpl

All Packages  Class Hierarchy  This Package  Previous  Next  Index