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

All Superinterfaces:
IHtmlOutputable
All Known Subinterfaces:
IHtmlAttributeContainer

public interface IHtmlBase
extends IHtmlOutputable

IHtmlBase.java Created: Thu Oct 28 10:16:14 1999

Version:
$Revision: #3 $

Method Summary
 java.lang.String getTag()
          Returns the tag of the HTML element
 boolean requireClosingTag()
           
 void requireClosingTag(boolean closetag)
          If the Html element requires a closing tag
 void setTag(java.lang.String tagname)
           
 
Methods inherited from interface com.sapportals.portal.prt.util.html.IHtmlOutputable
destroy, getElementCount, output, output, output, toString
 

Method Detail

getTag

public java.lang.String getTag()
Returns the tag of the HTML element

setTag

public void setTag(java.lang.String tagname)

requireClosingTag

public void requireClosingTag(boolean closetag)
If the Html element requires a closing tag
Parameters:
close - a value of type 'boolean'

requireClosingTag

public boolean requireClosingTag()