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 Constructor Description SearchExpressionContextFactory(SearchExpressionContextFactory delegate)
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract SearchExpressionContextgetSearchExpressionContext(FacesContext context, UIComponent source, Set<SearchExpressionHint> expressionHints, Set<VisitHint> visitHints)SearchExpressionContextFactorygetWrapped()A class that implements this interface uses this method to return an instance of the class being wrapped.
 
- 
- 
- 
Constructor Detail- 
SearchExpressionContextFactorypublic SearchExpressionContextFactory(SearchExpressionContextFactory delegate) 
 
- 
 - 
Method Detail- 
getSearchExpressionContextpublic abstract SearchExpressionContext getSearchExpressionContext(FacesContext context, UIComponent source, Set<SearchExpressionHint> expressionHints, Set<VisitHint> visitHints) 
 - 
getWrappedpublic SearchExpressionContextFactory getWrapped() Description 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
 
 
- 
 
-