Package jakarta.faces.component.search
Class SearchKeywordContext
- java.lang.Object
- 
- jakarta.faces.component.search.SearchKeywordContext
 
- 
 public class SearchKeywordContext extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description SearchKeywordContext(SearchExpressionContext searchExpressionContext, ContextCallback callback, String remainingExpression)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ContextCallbackgetCallback()StringgetRemainingExpression()SearchExpressionContextgetSearchExpressionContext()voidinvokeContextCallback(UIComponent target)booleanisKeywordResolved()voidsetKeywordResolved(boolean keywordResolved)
 
- 
- 
- 
Constructor Detail- 
SearchKeywordContextpublic SearchKeywordContext(SearchExpressionContext searchExpressionContext, ContextCallback callback, String remainingExpression) 
 
- 
 - 
Method Detail- 
invokeContextCallbackpublic void invokeContextCallback(UIComponent target) 
 - 
getSearchExpressionContextpublic SearchExpressionContext getSearchExpressionContext() 
 - 
getCallbackpublic ContextCallback getCallback() 
 - 
isKeywordResolvedpublic boolean isKeywordResolved() 
 - 
setKeywordResolvedpublic void setKeywordResolved(boolean keywordResolved) 
 - 
getRemainingExpressionpublic String getRemainingExpression() 
 
- 
 
-