com.sapportals.portal.prt.util.html

Class HtmlDocument

java.lang.Object
  extended by com.sapportals.portal.prt.util.html.HtmlDocument

public class HtmlDocument
extends Object

HtmlDocument.java Created: Fri Mar 16 10:56:00 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(StringBuffer out)
          Write the container to the OutputStream
 void output(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(StringBuffer out)
Write the container to the OutputStream


output

public void output(Writer writer)
            throws IOException
Throws:
IOException

destroy

public void destroy()
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] EP-BASIS-API [sap.com] tc/epbc/prt/api api EP-PIN
[sap.com] EP-BASIS-API [sap.com] epbc.prtapi._apideprecated default EP-PIN-PRT


Copyright 2011 SAP AG Complete Copyright Notice