public class SearchKeywordResolverImplPrevious extends SearchKeywordResolver
Constructor and Description |
---|
SearchKeywordResolverImplPrevious() |
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, isPassthrough
public void resolve(SearchKeywordContext searchKeywordContext, UIComponent current, String keyword)
SearchKeywordResolver
Try to resolve one or multiple UIComponent
s based on the keyword and calls
SearchKeywordContext.invokeContextCallback(javax.faces.component.UIComponent)
for each resolved component.
resolve
in class SearchKeywordResolver
searchKeywordContext
- the SearchKeywordContext
current
- 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 SearchKeywordResolver
searchExpressionContext
- the SearchExpressionContext
keyword
- the keywordtrue
if it's responsible for resolving this keywordComments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.