public class SearchExpressionContextImpl extends SearchExpressionContext
| Constructor and Description |
|---|
SearchExpressionContextImpl(FacesContext facesContext) |
| Modifier and Type | Method and Description |
|---|---|
Set<SearchExpressionHint> |
getExpressionHints()
Returns hints that influence the behavior of resolving the expression. |
FacesContext |
getFacesContext()
Returns the FacesContext for the current request. |
UIComponent |
getSource()
Returns the source / base component from which we will start to perform our search. |
Set<VisitHint> |
getVisitHints()
Returns hints that influence the behavior of the tree visit, if it's used by an |
void |
setExpressionHints(Set<SearchExpressionHint> expressionHints) |
void |
setSource(UIComponent source) |
void |
setVisitHints(Set<VisitHint> visitHints) |
createSearchExpressionContext, createSearchExpressionContextpublic SearchExpressionContextImpl(FacesContext facesContext)
public UIComponent getSource()
SearchExpressionContextReturns the source / base component from which we will start to perform our search.
getSource in class SearchExpressionContextpublic void setSource(UIComponent source)
public Set<VisitHint> getVisitHints()
SearchExpressionContext
Returns hints that influence the behavior of the tree visit, if it's used by an SearchKeywordResolver
implementation.
getVisitHints in class SearchExpressionContextVisitHintsVisitContext.getHints()public Set<SearchExpressionHint> getExpressionHints()
SearchExpressionContextReturns hints that influence the behavior of resolving the expression.
getExpressionHints in class SearchExpressionContextSearchExpressionHintspublic void setExpressionHints(Set<SearchExpressionHint> expressionHints)
public FacesContext getFacesContext()
SearchExpressionContextReturns the FacesContext for the current request.
getFacesContext in class SearchExpressionContextCopyright © 1997–2020 Eclipse Foundation. All rights reserved.