Interface HtmlExportCategory

All Known Implementing Classes:
HtmlCategoryModel

public interface HtmlExportCategory
This code is experimental. While this interface is functional and tested, it may change or be removed in a future version of the library.

Every category in an HTML export must implement this interface for it to be configurable through the admin UI.

  • Method Details

    • setTitle

      void setTitle(String title)
    • getTitle

      String getTitle()
    • setAttributes

      void setAttributes(List<String> attributes)
    • getAttributes

      List<String> getAttributes()
    • applyAttributeMappings

      void applyAttributeMappings(ddf.catalog.data.Metacard metacard)
    • getAttributeMappings

      Map<String,HtmlValueModel> getAttributeMappings()