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 Summary
Modifier and TypeMethodDescriptionvoidapplyAttributeMappings(ddf.catalog.data.Metacard metacard) getTitle()voidsetAttributes(List<String> attributes) void
-
Method Details
-
setTitle
-
getTitle
String getTitle() -
setAttributes
-
getAttributes
-
applyAttributeMappings
void applyAttributeMappings(ddf.catalog.data.Metacard metacard) -
getAttributeMappings
Map<String,HtmlValueModel> getAttributeMappings()
-