Uses of Interface
ddf.catalog.transformer.html.models.HtmlExportCategory
Packages that use HtmlExportCategory
-
Uses of HtmlExportCategory in ddf.catalog.transformer.html
Methods in ddf.catalog.transformer.html that return types with arguments of type HtmlExportCategoryModifier and TypeMethodDescriptionHtmlMetacardUtility.getCategoryList()static List<HtmlExportCategory>HtmlMetacardUtility.sortCategoryList(List<HtmlExportCategory> categories) Method parameters in ddf.catalog.transformer.html with type arguments of type HtmlExportCategoryModifier and TypeMethodDescriptionstatic List<HtmlExportCategory>HtmlMetacardUtility.sortCategoryList(List<HtmlExportCategory> categories) Constructor parameters in ddf.catalog.transformer.html with type arguments of type HtmlExportCategoryModifierConstructorDescriptionHtmlMetacardTransformer(List<HtmlExportCategory> categoryList) HtmlMetacardUtility(List<HtmlExportCategory> categoryList) HtmlQueryResponseTransformer(List<HtmlExportCategory> categoryList) -
Uses of HtmlExportCategory in ddf.catalog.transformer.html.models
Classes in ddf.catalog.transformer.html.models that implement HtmlExportCategoryMethods in ddf.catalog.transformer.html.models that return types with arguments of type HtmlExportCategoryMethod parameters in ddf.catalog.transformer.html.models with type arguments of type HtmlExportCategoryModifier and TypeMethodDescriptionvoidHtmlMetacardModel.setCategories(List<HtmlExportCategory> categories) Constructor parameters in ddf.catalog.transformer.html.models with type arguments of type HtmlExportCategoryModifierConstructorDescriptionHtmlMetacardModel(ddf.catalog.data.Metacard metacard, List<HtmlExportCategory> categories)