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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract SearchExpressionContextgetSearchExpressionContext(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- 
getSearchExpressionContextpublic abstract SearchExpressionContext getSearchExpressionContext(FacesContext context, UIComponent source, Set<SearchExpressionHint> expressionHints, Set<VisitHint> visitHints) 
- 
getWrappedDescription copied from interface:FacesWrapperA class that implements this interface uses this method to return an instance of the class being wrapped.- Specified by:
- getWrappedin interface- FacesWrapper<SearchExpressionContextFactory>
- Returns:
- the instance of the class being wrapped
 
 
-