Module jakarta.faces
Package com.sun.faces.component.search
Class SearchKeywordResolverImplComposite
java.lang.Object
jakarta.faces.component.search.SearchKeywordResolver
com.sun.faces.component.search.SearchKeywordResolverImplComposite
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanisResolverForKeyword(SearchExpressionContext searchExpressionContext, String keyword) Checks if the current instance of theSearchKeywordResolveris responsible for resolving the keyword.voidresolve(SearchKeywordContext searchKeywordContext, UIComponent current, String keyword) Try to resolve one or multipleUIComponents based on the keyword and callsSearchKeywordContext.invokeContextCallback(jakarta.faces.component.UIComponent)for each resolved component.Methods inherited from class jakarta.faces.component.search.SearchKeywordResolverisLeaf, isPassthrough
- 
Constructor Details- 
SearchKeywordResolverImplCompositepublic SearchKeywordResolverImplComposite()
 
- 
- 
Method Details- 
resolveDescription copied from class:SearchKeywordResolverTry to resolve one or multiple UIComponents based on the keyword and callsSearchKeywordContext.invokeContextCallback(jakarta.faces.component.UIComponent)for each resolved component.- Specified by:
- resolvein class- SearchKeywordResolver
- Parameters:
- searchKeywordContext- the- SearchKeywordContext
- current- the previous resolved component or the source component (if called for the first keyword in the chain)
- keyword- the keyword
 
- 
isResolverForKeywordpublic boolean isResolverForKeyword(SearchExpressionContext searchExpressionContext, String keyword) Description copied from class:SearchKeywordResolverChecks if the current instance of the SearchKeywordResolveris responsible for resolving the keyword.- Specified by:
- isResolverForKeywordin class- SearchKeywordResolver
- Parameters:
- searchExpressionContext- the- SearchExpressionContext
- keyword- the keyword
- Returns:
- trueif it's responsible for resolving this keyword
 
 
-