| Package | Description |
|---|---|
| com.sun.faces.application | |
| com.sun.faces.application.applicationimpl | |
| com.sun.faces.component.search | |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
SearchKeywordResolver |
ApplicationImpl.getSearchKeywordResolver() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationImpl.addSearchKeywordResolver(SearchKeywordResolver resolver) |
| Modifier and Type | Method and Description |
|---|---|
SearchKeywordResolver |
SearchExpression.getSearchKeywordResolver() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchExpression.addSearchKeywordResolver(SearchKeywordResolver resolver) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSearchKeywordResolverImpl |
class |
CompositeSearchKeywordResolver |
class |
SearchKeywordResolverImplAll |
class |
SearchKeywordResolverImplChild |
class |
SearchKeywordResolverImplComposite |
class |
SearchKeywordResolverImplForm |
class |
SearchKeywordResolverImplId |
class |
SearchKeywordResolverImplNamingContainer |
class |
SearchKeywordResolverImplNext |
class |
SearchKeywordResolverImplNone |
class |
SearchKeywordResolverImplParent |
class |
SearchKeywordResolverImplPrevious |
class |
SearchKeywordResolverImplRoot |
class |
SearchKeywordResolverImplThis |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeSearchKeywordResolver.add(SearchKeywordResolver searchKeywordResolver) |
| Modifier and Type | Method and Description |
|---|---|
SearchKeywordResolver |
ApplicationWrapper.getSearchKeywordResolver() |
SearchKeywordResolver |
Application.getSearchKeywordResolver()
Return the singleton |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationWrapper.addSearchKeywordResolver(SearchKeywordResolver resolver) |
void |
Application.addSearchKeywordResolver(SearchKeywordResolver resolver)
Cause the argument |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.