com.sapportals.portal.prt.util.html
Class HtmlDocument

java.lang.Object
  |
  +--com.sapportals.portal.prt.util.html.HtmlDocument

public class HtmlDocument
extends java.lang.Object

HtmlDocument.java Created: Fri Mar 16 10:56:00 2001

Version:
$Revision: #3 $
$File:$ , $Revision:$ Last modified on $Date:$ by $Author:$ using $Change:$ Copyright (c) SAP Portals Europe GmbH 2001

Constructor Summary
HtmlDocument()
           
 
Method Summary
 void destroy()
           
 HtmlBody getBody()
          Get the body element for this document container.
 HtmlDocType getDocType()
          Get the doctype element for this document container.
 HtmlHead getHead()
          Get the head element for this document container.
 Html getHtml()
          Get the html element for this document container.
 HtmlMeta getMeta()
          Get the meta element for this document container.
 HtmlTitle getTitle()
          Get the title element for this document container.
 void output(java.lang.StringBuffer out)
          Write the container to the OutputStream
 void output(java.io.Writer writer)
           
 HtmlDocument setBody(HtmlBody body)
          Set the Body element for this document container.
 HtmlDocument setDocType(HtmlDocType doctype)
          Set the doctype element for this document container.
 HtmlDocument setHead(HtmlHead head)
          Set the head element for this document container.
 HtmlDocument setHtml(Html html)
          Set the html element for this document container.
 HtmlDocument setMeta(HtmlMeta meta)
          Set a Meta tag for this document container
 HtmlDocument setTitle(HtmlTitle title)
          Set the Title element for this document container.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlDocument

public HtmlDocument()
Method Detail

getDocType

public HtmlDocType getDocType()
Get the doctype element for this document container.

setDocType

public HtmlDocument setDocType(HtmlDocType doctype)
Set the doctype element for this document container.

getHtml

public Html getHtml()
Get the html element for this document container.

setHtml

public HtmlDocument setHtml(Html html)
Set the html element for this document container.

getHead

public HtmlHead getHead()
Get the head element for this document container.

setHead

public HtmlDocument setHead(HtmlHead head)
Set the head element for this document container.

getBody

public HtmlBody getBody()
Get the body element for this document container.

setBody

public HtmlDocument setBody(HtmlBody body)
Set the Body element for this document container.

getTitle

public HtmlTitle getTitle()
Get the title element for this document container.

setTitle

public HtmlDocument setTitle(HtmlTitle title)
Set the Title element for this document container.

getMeta

public HtmlMeta getMeta()
Get the meta element for this document container.

setMeta

public HtmlDocument setMeta(HtmlMeta meta)
Set a Meta tag for this document container

output

public void output(java.lang.StringBuffer out)
Write the container to the OutputStream

output

public void output(java.io.Writer writer)
            throws java.io.IOException

destroy

public void destroy()