Class Expression.Result
java.lang.Object
org.jdesktop.el.Expression.Result
- Enclosing class:
Expression
- Since:
- JSP 2.1
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionResult
(Expression.Result.Type type, Object result, List<Expression.ResolvedProperty> resolvedProperties) -
Method Summary
-
Constructor Details
-
Result
public Result(Expression.Result.Type type, Object result, List<Expression.ResolvedProperty> resolvedProperties)
-
-
Method Details
-
getType
-
getResult
-
getResolvedProperties
-