java.lang.Object
jakarta.faces.component.search.SearchExpressionContext
com.sun.faces.component.search.SearchExpressionContextImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier 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.SearchExpressionContext
createSearchExpressionContext, createSearchExpressionContext
-
Constructor Details
-
SearchExpressionContextImpl
-
-
Method Details
-
getSource
Description copied from class:SearchExpressionContextReturns the source / base component from which we will start to perform our search.
- Specified by:
getSourcein classSearchExpressionContext- Returns:
- the source component.
-
setSource
-
getVisitHints
Description copied from class:SearchExpressionContextReturns hints that influence the behavior of the tree visit, if it's used by an
SearchKeywordResolverimplementation.- Specified by:
getVisitHintsin classSearchExpressionContext- Returns:
- a non-empty, unmodifiable collection of
VisitHints - See Also:
-
setVisitHints
-
getExpressionHints
Description copied from class:SearchExpressionContextReturns hints that influence the behavior of resolving the expression.
- Specified by:
getExpressionHintsin classSearchExpressionContext- Returns:
- a non-empty, unmodifiable collection of
SearchExpressionHints
-
setExpressionHints
-
getFacesContext
Description copied from class:SearchExpressionContextReturns the FacesContext for the current request.
- Specified by:
getFacesContextin classSearchExpressionContext- Returns:
- the FacesContext.
-