Uses of Class
jakarta.faces.component.search.SearchKeywordResolver
-
Packages that use SearchKeywordResolver Package Description jakarta.faces.application -
-
Uses of SearchKeywordResolver in jakarta.faces.application
Methods in jakarta.faces.application that return SearchKeywordResolver Modifier and Type Method Description SearchKeywordResolver
Application. getSearchKeywordResolver()
Return the singletonSearchKeywordResolver
instance to be used for all search keyword resolution.SearchKeywordResolver
ApplicationWrapper. getSearchKeywordResolver()
Methods in jakarta.faces.application with parameters of type SearchKeywordResolver Modifier and Type Method Description void
Application. addSearchKeywordResolver(SearchKeywordResolver resolver)
Cause the argumentresolver
to be added to the head of the resolver chain.void
ApplicationWrapper. addSearchKeywordResolver(SearchKeywordResolver resolver)
-