Interface HtmlText

All Known Implementing Classes:
ExceptionWrapper

public interface HtmlText
Interface that must be implemented by all the objects that can returns a renderizable html version of their content
  • Method Summary

    Modifier and Type
    Method
    Description
    Extracts html renderizable version of content.
  • Method Details

    • toHtml

      String toHtml()
      Extracts html renderizable version of content.
      Returns:
      The renderizable html version of the content