@Deprecated
public final class ELResolverImpl
extends javax.el.ELResolver
| Constructor | Description |
|---|---|
ELResolverImpl(javax.servlet.jsp.el.VariableResolver variableResolver,
javax.el.ExpressionFactory factory) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Class<?> |
getCommonPropertyType(javax.el.ELContext context,
java.lang.Object base) |
Deprecated.
|
java.util.Iterator<java.beans.FeatureDescriptor> |
getFeatureDescriptors(javax.el.ELContext context,
java.lang.Object base) |
Deprecated.
|
java.lang.Class<?> |
getType(javax.el.ELContext context,
java.lang.Object base,
java.lang.Object property) |
Deprecated.
|
java.lang.Object |
getValue(javax.el.ELContext context,
java.lang.Object base,
java.lang.Object property) |
Deprecated.
|
boolean |
isReadOnly(javax.el.ELContext context,
java.lang.Object base,
java.lang.Object property) |
Deprecated.
|
void |
setValue(javax.el.ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value) |
Deprecated.
|
public ELResolverImpl(javax.servlet.jsp.el.VariableResolver variableResolver,
javax.el.ExpressionFactory factory)
public java.lang.Object getValue(javax.el.ELContext context,
java.lang.Object base,
java.lang.Object property)
getValue in class javax.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(javax.el.ELContext context,
java.lang.Object base,
java.lang.Object property)
getType in class javax.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(javax.el.ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value)
setValue in class javax.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(javax.el.ELContext context,
java.lang.Object base,
java.lang.Object property)
isReadOnly in class javax.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(javax.el.ELContext context,
java.lang.Object base)
getFeatureDescriptors in class javax.el.ELResolverpublic java.lang.Class<?> getCommonPropertyType(javax.el.ELContext context,
java.lang.Object base)
getCommonPropertyType in class javax.el.ELResolverCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.