public class BooleanListFormatter extends java.lang.Object implements IMetaPropertyFormatter
Constructor and Description |
---|
BooleanListFormatter() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
format(HttpServletRequest request,
MetaProperty p,
java.lang.Object booleanValue)
From a object return a
String to render in HTML. |
java.lang.Object |
parse(HttpServletRequest request,
MetaProperty p,
java.lang.String string)
From a
String obtained from a HTTP request return a java object. |
public java.lang.String format(HttpServletRequest request, MetaProperty p, java.lang.Object booleanValue)
IMetaPropertyFormatter
String
to render in HTML.format
in interface IMetaPropertyFormatter
public java.lang.Object parse(HttpServletRequest request, MetaProperty p, java.lang.String string)
IMetaPropertyFormatter
String
obtained from a HTTP request return a java object.parse
in interface IMetaPropertyFormatter