com.sapportals.portal.prt.util.html
Class HtmlBody
java.lang.Object
|
+--com.sapportals.portal.prt.util.html.HtmlAttributeContainer
|
+--com.sapportals.portal.prt.util.html.HtmlBase
|
+--com.sapportals.portal.prt.util.html.HtmlContainer
|
+--com.sapportals.portal.prt.util.html.HtmlContainerIdentifiable
|
+--com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithUniqueManager
|
+--com.sapportals.portal.prt.util.html.HtmlBody
- All Implemented Interfaces:
- IHtmlAttributeContainer, IHtmlBase, IHtmlIdentifiable, IHtmlOutputable
- public class HtmlBody
- extends HtmlContainerIdentifiableWithUniqueManager
HtmlBody.java
Created: Thu Oct 28 14:40:38 1999
- Version:
- $Revision: #3 $
| Fields inherited from class com.sapportals.portal.prt.util.html.HtmlBase |
m_hasTag |
| Methods inherited from class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithUniqueManager |
addUniqueObject, addUniqueObject, destroy, getElementCount, getUniqueObject, getUniqueObjects, output, output, output, removeAllUniqueObjects, removeUniqueObject |
| Methods inherited from class com.sapportals.portal.prt.util.html.HtmlContainer |
addElement, addElement, getHtmlElements, outputChildren, outputChildren, outputEndTag, outputEndTag, outputStartTag, outputStartTag, removeAllElements, removeElement, setHtmlElements, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
HtmlBody
public HtmlBody()
outputAttributes
public void outputAttributes(java.lang.StringBuffer strbuf)
- Overrides:
outputAttributes in class HtmlAttributeContainer
outputAttributes
public void outputAttributes(java.io.PrintWriter out)
- Deprecated.
- Overrides:
outputAttributes in class HtmlAttributeContainer
- Following copied from interface:
com.sapportals.portal.prt.util.html.IHtmlAttributeContainer
- Parameters:
writer -
outputAttributes
public void outputAttributes(java.io.Writer out)
- Overrides:
outputAttributes in class HtmlAttributeContainer
setBackgroundColor
public HtmlBody setBackgroundColor(java.lang.String color)
- Parameters:
Color - The Background color of the body
setLinkColor
public HtmlBody setLinkColor(java.lang.String linkColor)
- Parameters:
LinkColor - The color of hypertext links
setSelectedLinkColor
public HtmlBody setSelectedLinkColor(java.lang.String linkColor)
- Parameters:
SelectedLinkColor - The color of the selected hypertext links
setVisitedLinkColor
public HtmlBody setVisitedLinkColor(java.lang.String linkColor)
- Parameters:
visitedLinkColor - The color of the visited hypertext links
setTextColor
public HtmlBody setTextColor(java.lang.String textColor)
- Parameters:
TextColor - The default text color for text
setBackground
public HtmlBody setBackground(java.lang.String background)
- Parameters:
BackGround - A URL that is displayed as the background