public class ImplicitObjectELResolver
extends javax.el.ELResolver
Constructor and Description |
---|
ImplicitObjectELResolver() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<java.lang.String> |
getCommonPropertyType(javax.el.ELContext context,
java.lang.Object base) |
java.util.Iterator<java.beans.FeatureDescriptor> |
getFeatureDescriptors(javax.el.ELContext context,
java.lang.Object base) |
java.lang.Class |
getType(javax.el.ELContext context,
java.lang.Object base,
java.lang.Object property) |
java.lang.Object |
getValue(javax.el.ELContext context,
java.lang.Object base,
java.lang.Object property) |
boolean |
isReadOnly(javax.el.ELContext context,
java.lang.Object base,
java.lang.Object property) |
void |
setValue(javax.el.ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value) |
public java.lang.Object getValue(javax.el.ELContext context, java.lang.Object base, java.lang.Object property)
getValue
in class javax.el.ELResolver
context
- The EL context for this evaluationbase
- The base object on which the property is to be foundproperty
- The property whose value is to be returnedpublic java.lang.Class getType(javax.el.ELContext context, java.lang.Object base, java.lang.Object property)
getType
in class javax.el.ELResolver
context
- The EL context for this evaluationbase
- The base object on which the property is to be foundproperty
- The property whose type is to be returnedpublic void setValue(javax.el.ELContext context, java.lang.Object base, java.lang.Object property, java.lang.Object value)
setValue
in class javax.el.ELResolver
context
- The EL context for this evaluationbase
- The base object on which the property is to be foundproperty
- The property whose value is to be setvalue
- The value to set the property topublic boolean isReadOnly(javax.el.ELContext context, java.lang.Object base, java.lang.Object property)
isReadOnly
in class javax.el.ELResolver
context
- The EL context for this evaluationbase
- The base object on which the property is to be foundproperty
- The property to be checked for read only statustrue
if the identified property is read only,
otherwise false
public java.util.Iterator<java.beans.FeatureDescriptor> getFeatureDescriptors(javax.el.ELContext context, java.lang.Object base)
getFeatureDescriptors
in class javax.el.ELResolver
public java.lang.Class<java.lang.String> getCommonPropertyType(javax.el.ELContext context, java.lang.Object base)
getCommonPropertyType
in class javax.el.ELResolver
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.