Package org.openxava.formatters
Interface IFormatter
- All Known Implementing Classes:
BaseFormatter,BooleanFormatter,BooleanIconListFormatter,DateFormatter,DateTimeCombinedFormatter,FileListFormatter,HTMLFilterListFormatter,HtmlTextFormatter,HtmlTextListFormatter,IconListFormatter,ImageFormatter,LocalDateFormatter,LocalDateTimeFormatter,MyReportComparatorListFormatter,SQLTimeFormatter,StringTimeFormatter,TimeBaseFormatter,TimeFormatter,UpperCaseFormatter,WebURLFormatter
public interface IFormatter
For convert to String (used in HTML page) to Object (used in java side),
and vice versa.
- Author:
- Javier Paniza
-
Method Summary
Modifier and TypeMethodDescriptionFrom a object return aStringto render in HTML.From aStringobtained from a HTTP request return a java object.