| Package | Description |
|---|---|
| javax.faces.application | |
| javax.faces.component.search |
| Modifier and Type | Method and Description |
|---|---|
SearchExpressionHandler |
ApplicationWrapper.getSearchExpressionHandler() |
SearchExpressionHandler |
Application.getSearchExpressionHandler()
Return the thread-safe singleton |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationWrapper.setSearchExpressionHandler(SearchExpressionHandler searchExpressionHandler) |
void |
Application.setSearchExpressionHandler(SearchExpressionHandler searchExpressionHandler)
Set the |
| Modifier and Type | Class and Description |
|---|---|
class |
SearchExpressionHandlerWrapper
Provides a simple implementation of |
| Modifier and Type | Method and Description |
|---|---|
SearchExpressionHandler |
SearchExpressionHandlerWrapper.getWrapped() |
| Constructor and Description |
|---|
SearchExpressionHandlerWrapper(SearchExpressionHandler wrapped)
If this search expression handler has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor. |
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.