Uses of Class
org.codelibs.fess.entity.FacetQueryView
Packages that use FacetQueryView
-
Uses of FacetQueryView in org.codelibs.fess.helper
Fields in org.codelibs.fess.helper with type parameters of type FacetQueryViewModifier and TypeFieldDescriptionprotected final List<FacetQueryView> ViewHelper.facetQueryViewListList of facet query viewsMethods in org.codelibs.fess.helper that return types with arguments of type FacetQueryViewModifier and TypeMethodDescriptionViewHelper.getFacetQueryViewList()Gets the list of facet query views.Methods in org.codelibs.fess.helper with parameters of type FacetQueryViewModifier and TypeMethodDescriptionvoidViewHelper.addFacetQueryView(FacetQueryView facetQueryView) Adds a facet query view to the list. -
Uses of FacetQueryView in org.codelibs.fess.taglib
Methods in org.codelibs.fess.taglib that return types with arguments of type FacetQueryViewModifier and TypeMethodDescriptionstatic List<FacetQueryView> FessFunctions.facetQueryViewList()Retrieves the list of facet query view objects for display.