@Deprecated public final class ELResolverImpl extends ELResolver
RESOLVABLE_AT_DESIGN_TIME, TYPE| Constructor and Description |
|---|
ELResolverImpl(VariableResolver variableResolver,
ExpressionFactory factory)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
getCommonPropertyType(ELContext context,
java.lang.Object base)
Deprecated.
Obtain the most common type that is acceptable for the given base object.
|
java.util.Iterator<java.beans.FeatureDescriptor> |
getFeatureDescriptors(ELContext context,
java.lang.Object base)
Deprecated.
Obtain the feature descriptors for the resolvable properties of the given object.
|
java.lang.Class<?> |
getType(ELContext context,
java.lang.Object base,
java.lang.Object property)
Deprecated.
Obtain the most generally acceptable type that may be used to set the given property on the given object using
the given context.
|
java.lang.Object |
getValue(ELContext context,
java.lang.Object base,
java.lang.Object property)
Deprecated.
Obtain the value of the given property on the given object using the given context.
|
boolean |
isReadOnly(ELContext context,
java.lang.Object base,
java.lang.Object property)
Deprecated.
Determine if the given property on the given object is read-only using the given context.
|
void |
setValue(ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value)
Deprecated.
Set the value of the given property on the given object using the given context.
|
convertToType, invokepublic ELResolverImpl(VariableResolver variableResolver, ExpressionFactory factory)
public java.lang.Object getValue(ELContext context, java.lang.Object base, java.lang.Object property)
javax.el.ELResolvergetValue in class 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(ELContext context, java.lang.Object base, java.lang.Object property)
javax.el.ELResolvergetType in class 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 returnednull if the resolver is
read-only.public void setValue(ELContext context, java.lang.Object base, java.lang.Object property, java.lang.Object value)
javax.el.ELResolversetValue in class 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(ELContext context, java.lang.Object base, java.lang.Object property)
javax.el.ELResolverisReadOnly in class 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(ELContext context, java.lang.Object base)
javax.el.ELResolvergetFeatureDescriptors in class ELResolvercontext - The context in which the examination takes placebase - The object to examinepublic java.lang.Class<?> getCommonPropertyType(ELContext context, java.lang.Object base)
javax.el.ELResolvergetCommonPropertyType in class ELResolvercontext - The context in which the examination takes placebase - The object to examineCopyright © 2000-2024 Apache Software Foundation.
Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation.