SimpleServlets v5.5.0

com.simpleservlets.htmlobjects
Class HTMLBody

java.lang.Object
  extended by com.simpleservlets.htmlobjects.GenericHTMLElement
      extended by com.simpleservlets.htmlobjects.HTMLBody
All Implemented Interfaces:
DoNotMinimizeEmpty, HTMLElement

public class HTMLBody
extends GenericHTMLElement
implements HTMLElement, DoNotMinimizeEmpty

Main body of an HTML page, <body> tag.

Author:
Paul Hyde

Field Summary
 
Fields inherited from interface com.simpleservlets.htmlobjects.HTMLElement
ZERO_LEN_ARRAY
 
Constructor Summary
HTMLBody()
           
HTMLBody(HTMLColor bgColor)
           
 
Method Summary
 HTMLParagraph addParagraph(String text)
           
 void setBackgroundColor(HTMLColor bgColor)
          Sets the page's background color.
 
Methods inherited from class com.simpleservlets.htmlobjects.GenericHTMLElement
add, add, addSibling, addSibling, getAttributes, getChildren, getName, getParent, hasAttributes, hasChildren, isSafeToWrapWithWhitespace, removeAllAttributes, removeAllChildren, removeAttribute, removeChild, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeGroup, setParent, setSafeToWrapWithWhitespace, setStyle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.simpleservlets.htmlobjects.HTMLElement
add, add, addSibling, addSibling, getAttributes, getChildren, getName, getParent, hasAttributes, hasChildren, isSafeToWrapWithWhitespace, removeAllAttributes, removeAllChildren, removeAttribute, removeChild, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeGroup, setParent, setStyle
 

Constructor Detail

HTMLBody

public HTMLBody(HTMLColor bgColor)

HTMLBody

public HTMLBody()
Method Detail

addParagraph

public HTMLParagraph addParagraph(String text)

setBackgroundColor

public void setBackgroundColor(HTMLColor bgColor)
Sets the page's background color. Pass in null to remove this attribute.


SimpleServlets v5.5.0

Copyright © 2001-2007 Programix Incorporated. All rights reserved. SimpleServlets is free and is OSI Certified Open Source Software under the BSD license.