Package com.sun.faces.component.search
Class SearchExpressionContextFactoryImpl
java.lang.Object
jakarta.faces.component.search.SearchExpressionContextFactory
com.sun.faces.component.search.SearchExpressionContextFactoryImpl
- All Implemented Interfaces:
FacesWrapper<SearchExpressionContextFactory>
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiongetSearchExpressionContext
(FacesContext context, UIComponent source, Set<SearchExpressionHint> expressionHints, Set<VisitHint> visitHints) Creates aSearchExpressionContext
instance for use with theSearchExpressionHandler
.Methods inherited from class jakarta.faces.component.search.SearchExpressionContextFactory
getWrapped
-
Constructor Details
-
SearchExpressionContextFactoryImpl
public SearchExpressionContextFactoryImpl() -
SearchExpressionContextFactoryImpl
-
-
Method Details
-
getSearchExpressionContext
public SearchExpressionContext getSearchExpressionContext(FacesContext context, UIComponent source, Set<SearchExpressionHint> expressionHints, Set<VisitHint> visitHints) Description copied from class:SearchExpressionContextFactory
Creates a
SearchExpressionContext
instance for use with theSearchExpressionHandler
.- Specified by:
getSearchExpressionContext
in classSearchExpressionContextFactory
- Parameters:
context
- the FacesContext for the current requestsource
- the source / base component from which we will start to perform our search.expressionHints
- the SearchExpressionHint to apply to the search. Ifnull
, no hints are applied.visitHints
- the VisitHints to apply to the visit, if used by aSearchKeywordResolver
. Ifnull
, no hints are applied.- Returns:
- a
SearchExpressionContext
instance
-