Uses of Class
javax.el.Expression.ResolvedObject

Packages that use Expression.ResolvedObject
com.sun.el.lang   
javax.el Provides the API for the Unified Expression Language shared by the JSP 2.1 and JSF 1.2 technologies. 
 

Uses of Expression.ResolvedObject in com.sun.el.lang
 

Methods in com.sun.el.lang that return types with arguments of type Expression.ResolvedObject
 java.util.List<Expression.ResolvedObject> EvaluationContext.getResolvedObjects()
           
 

Uses of Expression.ResolvedObject in javax.el
 

Subclasses of Expression.ResolvedObject in javax.el
static class Expression.ResolvedList
           
static class Expression.ResolvedProperty
           
 

Methods in javax.el that return types with arguments of type Expression.ResolvedObject
 java.util.List<Expression.ResolvedObject> Expression.Result.getResolvedObjects()
           
 

Constructor parameters in javax.el with type arguments of type Expression.ResolvedObject
Expression.Result(Expression.Result.Type type, java.lang.Object result, java.util.List<Expression.ResolvedObject> resolvedObjects)