util
Interface HTMLConvertable


public interface HTMLConvertable

The toHTML method provides a String representation of this object formatted in HTML. This allows any object implementing this interface to be displayed on a web browser.


Method Summary
 String toHTML()
          The toHTML method provides a String representation of this object formatted in HTML.
 

Method Detail

toHTML

public String toHTML()
The toHTML method provides a String representation of this object formatted in HTML. This allows any object implementing this interface to be displayed on a web browser.
Returns:
a String value of this object in HTML format.