Class SearchExpressionContextFactory

java.lang.Object
jakarta.faces.component.search.SearchExpressionContextFactory
All Implemented Interfaces:
FacesWrapper<SearchExpressionContextFactory>
Direct Known Subclasses:
SearchExpressionContextFactoryImpl

public abstract class SearchExpressionContextFactory extends Object implements FacesWrapper<SearchExpressionContextFactory>

Provide for separation of interface and implementation for the SearchExpressionContext contract. Usage: extend this class and push the implementation being wrapped to the constructor and use getWrapped() to access the instance being wrapped.

Since:
2.3