Uses of Class
jakarta.faces.component.search.SearchExpressionHandler
Package
Description
-
Uses of SearchExpressionHandler in com.sun.faces.application
Modifier and TypeMethodDescriptionApplicationAssociate.getSearchExpressionHandler()
ApplicationImpl.getSearchExpressionHandler()
Modifier and TypeMethodDescriptionvoid
ApplicationAssociate.setSearchExpressionHandler
(SearchExpressionHandler searchExpressionHandler) void
ApplicationImpl.setSearchExpressionHandler
(SearchExpressionHandler searchExpressionHandler) -
Uses of SearchExpressionHandler in com.sun.faces.application.applicationimpl
Modifier and TypeMethodDescriptionvoid
SearchExpression.setSearchExpressionHandler
(SearchExpressionHandler searchExpressionHandler) -
Uses of SearchExpressionHandler in com.sun.faces.component.search
-
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.