Package | Description |
---|---|
javax.faces.application |
APIs that are used to link an application's
business logic objects to JavaServer Faces, as well as convenient
pluggable mechanisms to manage the execution of an application that is
based on JavaServer Faces.
|
javax.faces.component.search |
APIs for searching for components in the component tree by using expressions. |
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 © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.