java.lang.Object
jakarta.faces.component.search.SearchExpressionContext
com.sun.faces.component.search.SearchExpressionContextImpl
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns hints that influence the behavior of resolving the expression.Returns the FacesContext for the current request.Returns the source / base component from which we will start to perform our search.Returns hints that influence the behavior of the tree visit, if it's used by anSearchKeywordResolverimplementation.voidsetExpressionHints(Set<SearchExpressionHint> expressionHints) voidsetSource(UIComponent source) voidsetVisitHints(Set<VisitHint> visitHints) Methods inherited from class jakarta.faces.component.search.SearchExpressionContextcreateSearchExpressionContext, createSearchExpressionContext
- 
Constructor Details- 
SearchExpressionContextImpl
 
- 
- 
Method Details- 
getSourceDescription copied from class:SearchExpressionContextReturns the source / base component from which we will start to perform our search. - Specified by:
- getSourcein class- SearchExpressionContext
- Returns:
- the source component.
 
- 
setSource
- 
getVisitHintsDescription copied from class:SearchExpressionContextReturns hints that influence the behavior of the tree visit, if it's used by an SearchKeywordResolverimplementation.- Specified by:
- getVisitHintsin class- SearchExpressionContext
- Returns:
- a non-empty, unmodifiable collection of VisitHints
- See Also:
 
- 
setVisitHints
- 
getExpressionHintsDescription copied from class:SearchExpressionContextReturns hints that influence the behavior of resolving the expression. - Specified by:
- getExpressionHintsin class- SearchExpressionContext
- Returns:
- a non-empty, unmodifiable collection of SearchExpressionHints
 
- 
setExpressionHints
- 
getFacesContextDescription copied from class:SearchExpressionContextReturns the FacesContext for the current request. - Specified by:
- getFacesContextin class- SearchExpressionContext
- Returns:
- the FacesContext.
 
 
-