public class SearchKeywordResolverImplNext
extends javax.faces.component.search.SearchKeywordResolver
| Constructor and Description |
|---|
SearchKeywordResolverImplNext() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isResolverForKeyword(javax.faces.component.search.SearchExpressionContext searchExpressionContext,
String keyword)
Checks if the current instance of the |
void |
resolve(javax.faces.component.search.SearchKeywordContext searchKeywordContext,
javax.faces.component.UIComponent current,
String keyword)
Try to resolve one or multiple |
public void resolve(javax.faces.component.search.SearchKeywordContext searchKeywordContext,
javax.faces.component.UIComponent current,
String keyword)
javax.faces.component.search.SearchKeywordResolverTry to resolve one or multiple UIComponents based on the keyword and calls
SearchKeywordContext.invokeContextCallback(javax.faces.component.UIComponent) for each resolved component.
resolve in class javax.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(javax.faces.component.search.SearchExpressionContext searchExpressionContext,
String keyword)
javax.faces.component.search.SearchKeywordResolverChecks if the current instance of the SearchKeywordResolver
is responsible for resolving the keyword.
isResolverForKeyword in class javax.faces.component.search.SearchKeywordResolversearchExpressionContext - the SearchExpressionContextkeyword - the keywordtrue if it's responsible for resolving this keywordCopyright © 2010–2024 JBoss by Red Hat. All rights reserved.