|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Expression.Result.Type | |
|---|---|
| javax.beans.binding | The classes in this package, and subpackages, provide a way to bind two properties of two objects together. |
| javax.el | Provides the API for the Unified Expression Language shared by the JSP 2.1 and JSF 1.2 technologies. |
| Uses of Expression.Result.Type in javax.beans.binding |
|---|
| Methods in javax.beans.binding that return Expression.Result.Type | |
|---|---|
Expression.Result.Type |
ELPropertyResolver.getEvaluationResultType()
Returns the evaluation result type. |
| Uses of Expression.Result.Type in javax.el |
|---|
| Methods in javax.el that return Expression.Result.Type | |
|---|---|
Expression.Result.Type |
Expression.Result.getType()
|
static Expression.Result.Type |
Expression.Result.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Expression.Result.Type[] |
Expression.Result.Type.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Constructors in javax.el with parameters of type Expression.Result.Type | |
|---|---|
Expression.Result(Expression.Result.Type type,
java.lang.Object result,
java.util.List<Expression.ResolvedObject> resolvedObjects)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||