com.sapportals.portal.prt.util.html
Class HtmlString
java.lang.Object
|
+--com.sapportals.portal.prt.util.html.HtmlString
- All Implemented Interfaces:
- IHtmlOutputable
- public class HtmlString
- extends java.lang.Object
- implements IHtmlOutputable
HtmlText.java
Created: Tue Nov 02 17:33:37 1999
- Version:
- $Revision: #3 $
|
Field Summary |
protected java.lang.String |
m_text
The text |
|
Constructor Summary |
HtmlString(java.lang.String text)
|
|
Method Summary |
void |
destroy()
|
int |
getElementCount()
Returns the number of elements in the container and all sub elements |
java.lang.String |
getText()
Get the value of m_text. |
void |
output(java.io.PrintWriter writer)
Method to get the Html Output of the object into a PrintWriter |
void |
output(java.lang.StringBuffer strbuf)
Method to get the Html Out[ut of the object
The StringBuffer must be filled with HTML string content. |
void |
output(java.io.Writer writer)
Method to get the Html Output of the object into a java.io.Writer |
void |
setText(java.lang.String v)
Set the value of m_text. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
m_text
protected java.lang.String m_text
- The text
HtmlString
public HtmlString(java.lang.String text)
output
public void output(java.lang.StringBuffer strbuf)
- Description copied from interface:
IHtmlOutputable
- Method to get the Html Out[ut of the object
The StringBuffer must be filled with HTML string content.
- Specified by:
output in interface IHtmlOutputable
output
public void output(java.io.PrintWriter writer)
- Deprecated.
- Description copied from interface:
IHtmlOutputable
- Method to get the Html Output of the object into a PrintWriter
- Specified by:
output in interface IHtmlOutputable
output
public void output(java.io.Writer writer)
- Description copied from interface:
IHtmlOutputable
- Method to get the Html Output of the object into a java.io.Writer
- Specified by:
output in interface IHtmlOutputable
toString
public final java.lang.String toString()
- Specified by:
toString in interface IHtmlOutputable- Overrides:
toString in class java.lang.Object
getElementCount
public int getElementCount()
- Returns the number of elements in the container and all sub elements
- Specified by:
getElementCount in interface IHtmlOutputable
- Returns:
- number of elements + sub elements
getText
public java.lang.String getText()
- Get the value of m_text.
- Returns:
- Value of m_text.
setText
public void setText(java.lang.String v)
- Set the value of m_text.
- Parameters:
v - Value to assign to m_text.
destroy
public void destroy()
- Specified by:
destroy in interface IHtmlOutputable