All Packages Class Hierarchy This Package Previous Next Index
Interface net.strandberg.html.HTMLItem
- public interface HTMLItem
The interface HTMLItem is used to make sure that implementors
can return a String containing HTML code representing the item
- Version:
- $Revision: 0.0 $
- Author:
- Mats Strandberg
-
toHTML()
-
Returns HTML code representing this HTMLItem.
toHTML
public abstract String toHTML()
- Returns HTML code representing this HTMLItem.
All Packages Class Hierarchy This Package Previous Next Index