Uses of Class
jakarta.faces.component.search.SearchExpressionHandler
-
Uses of SearchExpressionHandler in jakarta.faces.application
Modifier and TypeMethodDescriptionApplication.getSearchExpressionHandler()
Return the thread-safe singletonSearchExpressionHandler
for this application.ApplicationWrapper.getSearchExpressionHandler()
Modifier and TypeMethodDescriptionvoid
Application.setSearchExpressionHandler
(SearchExpressionHandler searchExpressionHandler) Set theSearchExpressionHandler
instance used by the application.void
ApplicationWrapper.setSearchExpressionHandler
(SearchExpressionHandler searchExpressionHandler) -
Uses of SearchExpressionHandler in jakarta.faces.component.search
Modifier and TypeClassDescriptionclass
Provides a simple implementation ofSearchExpressionHandler
that can be subclassed by developers wishing to provide specialized behavior to an existingSearchExpressionHandler
instance.ModifierConstructorDescriptionIf this search expression handler has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.