Class HtmlTextFormatter
java.lang.Object
org.openxava.formatters.HtmlTextFormatter
- All Implemented Interfaces:
IFormatter
- Since:
- 7.0.1
- Author:
- Javier Paniza
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HtmlTextFormatter
public HtmlTextFormatter()
-
-
Method Details
-
format
Description copied from interface:IFormatterFrom a object return aStringto render in HTML.- Specified by:
formatin interfaceIFormatter- Throws:
Exception
-
parse
Description copied from interface:IFormatterFrom aStringobtained from a HTTP request return a java object.- Specified by:
parsein interfaceIFormatter- Throws:
Exception
-