Package org.openxava.formatters
Class IconListFormatter
- java.lang.Object
-
- org.openxava.formatters.BaseFormatter
-
- org.openxava.formatters.IconListFormatter
-
- All Implemented Interfaces:
IFormatter
public class IconListFormatter extends BaseFormatter
- Author:
- Javier Paniza
-
-
Constructor Summary
Constructors Constructor Description IconListFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
format(javax.servlet.http.HttpServletRequest request, java.lang.Object object)
From a object return aString
to render in HTML.java.lang.Object
parse(javax.servlet.http.HttpServletRequest request, java.lang.String string)
From aString
obtained from a HTTP request return a java object.-
Methods inherited from class org.openxava.formatters.BaseFormatter
get, get, getInteger, getString, put
-
-
-
-
Method Detail
-
format
public java.lang.String format(javax.servlet.http.HttpServletRequest request, java.lang.Object object) throws java.lang.Exception
Description copied from interface:IFormatter
From a object return aString
to render in HTML.- Throws:
java.lang.Exception
-
parse
public java.lang.Object parse(javax.servlet.http.HttpServletRequest request, java.lang.String string) throws java.lang.Exception
Description copied from interface:IFormatter
From aString
obtained from a HTTP request return a java object.- Throws:
java.lang.Exception
-
-