Class SearchExpressionHandlerWrapper

java.lang.Object
jakarta.faces.component.search.SearchExpressionHandler
jakarta.faces.component.search.SearchExpressionHandlerWrapper
All Implemented Interfaces:
FacesWrapper<SearchExpressionHandler>

public abstract class SearchExpressionHandlerWrapper extends SearchExpressionHandler implements FacesWrapper<SearchExpressionHandler>

Provides a simple implementation of SearchExpressionHandler that can be subclassed by developers wishing to provide specialized behavior to an existing SearchExpressionHandler instance. The default implementation of all methods is to call through to the wrapped SearchExpressionHandler instance. 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