Package jakarta.faces.component.search
Class SearchExpressionContextFactory
java.lang.Object
jakarta.faces.component.search.SearchExpressionContextFactory
- All Implemented Interfaces:
FacesWrapper<SearchExpressionContextFactory>
public abstract class SearchExpressionContextFactory
extends Object
implements FacesWrapper<SearchExpressionContextFactory>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract SearchExpressionContext
getSearchExpressionContext
(FacesContext context, UIComponent source, Set<SearchExpressionHint> expressionHints, Set<VisitHint> visitHints) A class that implements this interface uses this method to return an instance of the class being wrapped.
-
Constructor Details
-
SearchExpressionContextFactory
-
-
Method Details
-
getSearchExpressionContext
public abstract SearchExpressionContext getSearchExpressionContext(FacesContext context, UIComponent source, Set<SearchExpressionHint> expressionHints, Set<VisitHint> visitHints) -
getWrapped
Description copied from interface:FacesWrapper
A class that implements this interface uses this method to return an instance of the class being wrapped.- Specified by:
getWrapped
in interfaceFacesWrapper<SearchExpressionContextFactory>
- Returns:
- the instance of the class being wrapped
-