Interface WebFormattable


  • public interface WebFormattable
    An object that knows how to format itself in HTML appropriate for appending into a web page. Note that no <HTML> tag is needed.
    • Method Detail

      • toHTML

        java.lang.String toHTML()