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, createSearchExpressionContext
public SearchExpressionContextImpl(FacesContext facesContext)
public UIComponent getSource()
SearchExpressionContext
Returns the source / base component from which we will start to perform our search.
getSource
in class SearchExpressionContext
public 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 SearchExpressionContext
VisitHint
sVisitContext.getHints()
public Set<SearchExpressionHint> getExpressionHints()
SearchExpressionContext
Returns hints that influence the behavior of resolving the expression.
getExpressionHints
in class SearchExpressionContext
SearchExpressionHint
spublic void setExpressionHints(Set<SearchExpressionHint> expressionHints)
public FacesContext getFacesContext()
SearchExpressionContext
Returns the FacesContext for the current request.
getFacesContext
in class SearchExpressionContext
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.