Class StringCellFormatter

java.lang.Object
com.saperion.ngc.servlet.process.export.StringCellFormatter
All Implemented Interfaces:
CellFormatter

public class StringCellFormatter extends Object implements CellFormatter
Implementation of CellFormatter for String values.
  • Constructor Details

    • StringCellFormatter

      public StringCellFormatter()
  • Method Details

    • format

      public String format(com.saperion.intf.SaValue value, Locale locale)
      Description copied from interface: CellFormatter
      Formats the value.
      Specified by:
      format in interface CellFormatter
      Parameters:
      value - value to format
      locale - locale for formatter
      Returns:
      formatted value