Class TableXMLProcessor

  • All Implemented Interfaces:
    WidgetResultProcessor

    public final class TableXMLProcessor
    extends java.lang.Object
    implements WidgetResultProcessor
    Class to process the result returned by a table widgets into a XML format
    Author:
    dbutano
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> formatRow​(java.util.List<java.lang.Object> row)
      Format a list of objects into a string representation.
      static WidgetResultProcessor instance()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • formatRow

        public java.util.List<java.lang.String> formatRow​(java.util.List<java.lang.Object> row)
        Description copied from interface: WidgetResultProcessor
        Format a list of objects into a string representation.
        Specified by:
        formatRow in interface WidgetResultProcessor
        Parameters:
        row - The widget's results.
        Returns:
        A list of strings.