|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sapportals.portal.prt.util.html.HtmlDocument
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(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 |
public HtmlDocument()
| Method Detail |
public HtmlDocType getDocType()
public HtmlDocument setDocType(HtmlDocType doctype)
public Html getHtml()
public HtmlDocument setHtml(Html html)
public HtmlHead getHead()
public HtmlDocument setHead(HtmlHead head)
public HtmlBody getBody()
public HtmlDocument setBody(HtmlBody body)
public HtmlTitle getTitle()
public HtmlDocument setTitle(HtmlTitle title)
public HtmlMeta getMeta()
public HtmlDocument setMeta(HtmlMeta meta)
public void output(java.lang.StringBuffer out)
public void output(java.io.Writer writer)
throws java.io.IOException
public void destroy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||