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.ELResolvercontext - 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.ELResolvercontext - 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.ELResolvercontext - 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.ELResolvercontext - 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 falsepublic java.util.Iterator<java.beans.FeatureDescriptor> getFeatureDescriptors(jakarta.el.ELContext context,
java.lang.Object base)
getFeatureDescriptors in class jakarta.el.ELResolverpublic java.lang.Class<java.lang.String> getCommonPropertyType(jakarta.el.ELContext context,
java.lang.Object base)
getCommonPropertyType in class jakarta.el.ELResolverCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.