com.sapportals.portal.prt.util.html
Class HtmlInlineScriptItem

java.lang.Object
  |
  +--com.sapportals.portal.prt.util.html.HtmlInlineScriptItem
All Implemented Interfaces:
IHtmlOutputable

public class HtmlInlineScriptItem
extends java.lang.Object
implements IHtmlOutputable

A script item to put in an instance of HtmlInlineScript. Created: Fri Nov 05 11:29:18 1999

Version:
$Revision: #3 $

Field Summary
protected  java.lang.String m_scriptString
          The content of the script item (it's a string).
 
Constructor Summary
HtmlInlineScriptItem()
           
HtmlInlineScriptItem(java.lang.String scriptString)
           
 
Method Summary
 void destroy()
           
 int getElementCount()
          Returns the number of elements in the container and all sub elements
 java.lang.String getScriptString()
          Get the value of m_scriptString.
 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 setScriptString(java.lang.String v)
          Set the value of m_scriptString.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_scriptString

protected java.lang.String m_scriptString
The content of the script item (it's a string).
Constructor Detail

HtmlInlineScriptItem

public HtmlInlineScriptItem(java.lang.String scriptString)

HtmlInlineScriptItem

public HtmlInlineScriptItem()
Method Detail

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

getScriptString

public java.lang.String getScriptString()
Get the value of m_scriptString.
Returns:
Value of m_scriptString.

setScriptString

public void setScriptString(java.lang.String v)
Set the value of m_scriptString.
Parameters:
v - Value to assign to m_scriptString.

destroy

public void destroy()
Specified by:
destroy in interface IHtmlOutputable