Uses of Class
jakarta.faces.component.search.SearchKeywordContext
-
Packages that use SearchKeywordContext Package Description jakarta.faces.component.search -
-
Uses of SearchKeywordContext in jakarta.faces.component.search
Methods in jakarta.faces.component.search with parameters of type SearchKeywordContext Modifier and Type Method Description abstract void
SearchKeywordResolver. resolve(SearchKeywordContext searchKeywordContext, UIComponent current, String keyword)
Try to resolve one or multipleUIComponent
s based on the keyword and callsinvokeContextCallback(jakarta.faces.component.UIComponent)
for each resolved component.
-