public class SearchKeywordResolverImplNamingContainer extends AbstractSearchKeywordResolverImpl
| Constructor and Description |
|---|
SearchKeywordResolverImplNamingContainer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isResolverForKeyword(jakarta.faces.component.search.SearchExpressionContext searchExpressionContext,
String keyword)
Checks if the current instance of the |
void |
resolve(jakarta.faces.component.search.SearchKeywordContext searchKeywordContext,
jakarta.faces.component.UIComponent current,
String keyword)
Try to resolve one or multiple |
closest, isHintSetpublic SearchKeywordResolverImplNamingContainer()
public void resolve(jakarta.faces.component.search.SearchKeywordContext searchKeywordContext,
jakarta.faces.component.UIComponent current,
String keyword)
jakarta.faces.component.search.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 jakarta.faces.component.search.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(jakarta.faces.component.search.SearchExpressionContext searchExpressionContext,
String keyword)
jakarta.faces.component.search.SearchKeywordResolver
Checks if the current instance of the SearchKeywordResolver is responsible for resolving the keyword.
isResolverForKeyword in class jakarta.faces.component.search.SearchKeywordResolversearchExpressionContext - the SearchExpressionContextkeyword - the keywordtrue if it's responsible for resolving this keywordCopyright © 2010–2022 JBoss by Red Hat. All rights reserved.