Package | Description |
---|---|
com.sun.faces.application | |
com.sun.faces.application.applicationimpl | |
com.sun.faces.component.search | |
javax.faces.application | |
javax.faces.component.search |
Modifier and Type | Method and Description |
---|---|
SearchExpressionHandler |
ApplicationImpl.getSearchExpressionHandler() |
SearchExpressionHandler |
ApplicationAssociate.getSearchExpressionHandler() |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationImpl.setSearchExpressionHandler(SearchExpressionHandler searchExpressionHandler) |
void |
ApplicationAssociate.setSearchExpressionHandler(SearchExpressionHandler searchExpressionHandler) |
Modifier and Type | Method and Description |
---|---|
SearchExpressionHandler |
SearchExpression.getSearchExpressionHandler() |
Modifier and Type | Method and Description |
---|---|
void |
SearchExpression.setSearchExpressionHandler(SearchExpressionHandler searchExpressionHandler) |
Modifier and Type | Class and Description |
---|---|
class |
SearchExpressionHandlerImpl |
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. |
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.