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 SearchKeywordResolverApplication. getSearchKeywordResolver()Return the singletonSearchKeywordResolverinstance to be used for all search keyword resolution.SearchKeywordResolverApplicationWrapper. getSearchKeywordResolver()Methods in jakarta.faces.application with parameters of type SearchKeywordResolver Modifier and Type Method Description voidApplication. addSearchKeywordResolver(SearchKeywordResolver resolver)Cause the argumentresolverto be added to the head of the resolver chain.voidApplicationWrapper. addSearchKeywordResolver(SearchKeywordResolver resolver) 
 -