Package org.ametys.web.frontoffice
Interface AbstractSearchGenerator.FacetField
- All Known Implementing Classes:
AbstractSearchGenerator.AttributeFacetField
,AbstractSearchGenerator.ContentTypeFacetField
- Enclosing class:
- AbstractSearchGenerator
protected static interface AbstractSearchGenerator.FacetField
Interface representing a facet field
-
Method Summary
Modifier and TypeMethodDescriptiongetFacetLabel
(String value, Locale currentLocale) Get the label for a facet valuegetLabel()
Get the label of the facetGet the search field for this facet
-
Method Details
-
getSearchField
Get the search field for this facet- Returns:
- the search field
-
getLabel
Get the label of the facet- Returns:
- the label
-
getFacetLabel
Get the label for a facet value- Parameters:
value
- the valuecurrentLocale
- the current locale- Returns:
- the label for this value
-