public class ImplicitObjectELResolver
extends jakarta.el.ELResolver
Constructor and Description |
---|
ImplicitObjectELResolver() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<java.lang.String> |
getCommonPropertyType(jakarta.el.ELContext context,
java.lang.Object base) |
java.util.Iterator<java.beans.FeatureDescriptor> |
getFeatureDescriptors(jakarta.el.ELContext context,
java.lang.Object base) |
java.lang.Class<?> |
getType(jakarta.el.ELContext context,
java.lang.Object base,
java.lang.Object property) |
java.lang.Object |
getValue(jakarta.el.ELContext context,
java.lang.Object base,
java.lang.Object property) |
boolean |
isReadOnly(jakarta.el.ELContext context,
java.lang.Object base,
java.lang.Object property) |
void |
setValue(jakarta.el.ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value) |
public java.lang.Object getValue(jakarta.el.ELContext context, java.lang.Object base, java.lang.Object property)
getValue
in class jakarta.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(jakarta.el.ELContext context, java.lang.Object base, java.lang.Object property)
getType
in class jakarta.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(jakarta.el.ELContext context, java.lang.Object base, java.lang.Object property, java.lang.Object value)
setValue
in class jakarta.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(jakarta.el.ELContext context, java.lang.Object base, java.lang.Object property)
isReadOnly
in class jakarta.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(jakarta.el.ELContext context, java.lang.Object base)
getFeatureDescriptors
in class jakarta.el.ELResolver
public java.lang.Class<java.lang.String> getCommonPropertyType(jakarta.el.ELContext context, java.lang.Object base)
getCommonPropertyType
in class jakarta.el.ELResolver
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.