Uses of Class
jakarta.faces.component.search.SearchExpressionContextFactory
-
Packages that use SearchExpressionContextFactory Package Description jakarta.faces.component.search -
-
Uses of SearchExpressionContextFactory in jakarta.faces.component.search
Methods in jakarta.faces.component.search that return SearchExpressionContextFactory Modifier and Type Method Description SearchExpressionContextFactory
SearchExpressionContextFactory. getWrapped()
If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.Constructors in jakarta.faces.component.search with parameters of type SearchExpressionContextFactory Constructor Description SearchExpressionContextFactory(SearchExpressionContextFactory wrapped)
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
-