public class SearchKeywordContext extends Object
| Constructor and Description | 
|---|
| SearchKeywordContext(SearchExpressionContext searchExpressionContext,
                    ContextCallback callback,
                    String remainingExpression) | 
| Modifier and Type | Method and Description | 
|---|---|
| ContextCallback | getCallback() | 
| String | getRemainingExpression() | 
| SearchExpressionContext | getSearchExpressionContext() | 
| void | invokeContextCallback(UIComponent target) | 
| boolean | isKeywordResolved() | 
| void | setKeywordResolved(boolean keywordResolved) | 
public SearchKeywordContext(SearchExpressionContext searchExpressionContext, ContextCallback callback, String remainingExpression)
public void invokeContextCallback(UIComponent target)
public SearchExpressionContext getSearchExpressionContext()
public ContextCallback getCallback()
public boolean isKeywordResolved()
public void setKeywordResolved(boolean keywordResolved)
public String getRemainingExpression()
Copyright © 2021 The Apache Software Foundation. All rights reserved.