public class SearchKeywordResolverImplNext extends SearchKeywordResolver
| Constructor and Description |
|---|
SearchKeywordResolverImplNext() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isResolverForKeyword(SearchExpressionContext searchExpressionContext,
String keyword)
Checks if the current instance of the |
void |
resolve(SearchKeywordContext searchKeywordContext,
UIComponent current,
String keyword)
Try to resolve one or multiple |
isLeaf, isPassthroughpublic void resolve(SearchKeywordContext searchKeywordContext, UIComponent current, String keyword)
SearchKeywordResolver
Try to resolve one or multiple UIComponents based on the keyword and calls
SearchKeywordContext.invokeContextCallback(jakarta.faces.component.UIComponent) for each resolved component.
resolve in class SearchKeywordResolversearchKeywordContext - the SearchKeywordContextcurrent - the previous resolved component or the source component (if called for the first keyword in the chain)keyword - the keywordpublic boolean isResolverForKeyword(SearchExpressionContext searchExpressionContext, String keyword)
SearchKeywordResolver
Checks if the current instance of the SearchKeywordResolver is responsible for resolving the keyword.
isResolverForKeyword in class SearchKeywordResolversearchExpressionContext - the SearchExpressionContextkeyword - the keywordtrue if it's responsible for resolving this keywordCopyright © 1997–2020 Eclipse Foundation. All rights reserved.