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 Details

    • IconListFormatter

      public IconListFormatter()
  • Method Details

    • format

      public String format(javax.servlet.http.HttpServletRequest request, Object object) throws Exception
      Description copied from interface: IFormatter
      From a object return a String to render in HTML.
      Throws:
      Exception
    • parse

      public Object parse(javax.servlet.http.HttpServletRequest request, String string) throws Exception
      Description copied from interface: IFormatter
      From a String obtained from a HTTP request return a java object.
      Throws:
      Exception