Package overit.geocall.util
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
-
Method Details
-
toHtml
String toHtml()Extracts html renderizable version of content.- Returns:
- The renderizable html version of the content
-