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

Method Index

 o toHTML()
Returns HTML code representing this HTMLItem.

Methods

 o toHTML
 public abstract String toHTML()
Returns HTML code representing this HTMLItem.


All Packages  Class Hierarchy  This Package  Previous  Next  Index