Interface AsFacetUtils
- All Known Implementing Classes:
DefaultAsFacetUtils
public interface AsFacetUtils
Contains helper methods for facet editors.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisOpen(AsFacetData facet) Checks whether a facet should be open or not.voidlocalizeFacets(NavigationContextData navigationContext, SearchContextData searchContext, List<? extends AbstractFacetConfigurationEditorData> facets) Updates the facet labels according to the language of the search context.
-
Method Details
-
isOpen
Checks whether a facet should be open or not.- Parameters:
facet- - the facet- Returns:
trueis the facet should be open,falseotherwise
-