Package | Description |
---|---|
javax.faces.component.search |
Modifier and Type | Method and Description |
---|---|
static SearchExpressionHint |
SearchExpressionHint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchExpressionHint[] |
SearchExpressionHint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract Set<SearchExpressionHint> |
SearchExpressionContext.getExpressionHints()
Returns hints that influence the behavior of resolving the expression. |
Modifier and Type | Method and Description |
---|---|
static SearchExpressionContext |
SearchExpressionContext.createSearchExpressionContext(FacesContext context,
UIComponent source,
Set<SearchExpressionHint> expressionHints,
Set<VisitHint> visitHints)
Creates a |
abstract SearchExpressionContext |
SearchExpressionContextFactory.getSearchExpressionContext(FacesContext context,
UIComponent source,
Set<SearchExpressionHint> expressionHints,
Set<VisitHint> visitHints)
Creates a |
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.