Class HtmlCategoryModel
java.lang.Object
ddf.catalog.transformer.html.models.HtmlCategoryModel
- All Implemented Interfaces:
HtmlExportCategory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyAttributeMappings(ddf.catalog.data.Metacard metacard) voiddestroy(int code) getTitle()voidinit()voidsetAttributes(List<String> attributes) voidsetAttributes(Map<String, HtmlValueModel> attributes) void
-
Constructor Details
-
HtmlCategoryModel
public HtmlCategoryModel() -
HtmlCategoryModel
-
-
Method Details
-
init
public void init() -
destroy
public void destroy(int code) -
setTitle
- Specified by:
setTitlein interfaceHtmlExportCategory
-
getTitle
- Specified by:
getTitlein interfaceHtmlExportCategory
-
setAttributes
- Specified by:
setAttributesin interfaceHtmlExportCategory
-
getAttributes
- Specified by:
getAttributesin interfaceHtmlExportCategory
-
setAttributes
-
getAttributeMappings
- Specified by:
getAttributeMappingsin interfaceHtmlExportCategory
-
applyAttributeMappings
public void applyAttributeMappings(ddf.catalog.data.Metacard metacard) - Specified by:
applyAttributeMappingsin interfaceHtmlExportCategory
-