Interface CmsListMetadata.I_CsvItemFormatter

    • Method Detail

      • csvHeader

        java.lang.String csvHeader()
        Generates the CSV header.
        Returns:
        the CSV header line
      • csvItem

        java.lang.String csvItem​(CmsListItem item)
        Generates a CSV line.
        Parameters:
        item - the list item to format
        Returns:
        the formatted text line for the list item