Package org.openxava.formatters
Class HtmlTextListFormatter
java.lang.Object
org.openxava.formatters.HtmlTextListFormatter
- All Implemented Interfaces:
IFormatter
- Since:
- 5.7
- Author:
- Javier Paniza
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFrom a object return aStringto render in HTML.From aStringobtained from a HTTP request return a java object.
-
Constructor Details
-
HtmlTextListFormatter
public HtmlTextListFormatter()
-
-
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
-