com.sapportals.portal.prt.util.html
Interface IHtmlOutputable

All Known Subinterfaces:
IHtmlAttributeContainer, IHtmlBase, IHtmlUniqueObject
All Known Implementing Classes:
HtmlInlineScriptItem, HtmlScriptManager, HtmlSharedString, HtmlStyleRule, HtmlString

public interface IHtmlOutputable

IHtmlOutputable.java Created: Wed Nov 03 09:26:13 1999

Version:
$Revision: #3 $

Method Summary
 void destroy()
           
 int getElementCount()
          Returns the number of IHtmlOutputable elements if applicable
 void output(java.io.PrintWriter writer)
          Deprecated.  
 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
 java.lang.String toString()
           
 

Method Detail

output

public 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.

output

public void output(java.io.PrintWriter writer)
Deprecated.  

Method to get the Html Output of the object into a PrintWriter

output

public void output(java.io.Writer writer)
Method to get the Html Output of the object into a java.io.Writer

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getElementCount

public int getElementCount()
Returns the number of IHtmlOutputable elements if applicable
Returns:
nb of elements

destroy

public void destroy()