private static class ExpressionEvaluatorImpl.ELResolverWrapper
extends javax.el.ELResolver
Modifier and Type | Field and Description |
---|---|
private javax.servlet.jsp.el.VariableResolver |
vResolver |
Constructor and Description |
---|
ELResolverWrapper(javax.servlet.jsp.el.VariableResolver vResolver) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<?> |
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) |
ELResolverWrapper(javax.servlet.jsp.el.VariableResolver vResolver)
public java.lang.Object getValue(javax.el.ELContext context, java.lang.Object base, java.lang.Object property) throws javax.el.ELException
getValue
in class javax.el.ELResolver
javax.el.ELException
public java.lang.Class getType(javax.el.ELContext context, java.lang.Object base, java.lang.Object property) throws javax.el.ELException
getType
in class javax.el.ELResolver
javax.el.ELException
public void setValue(javax.el.ELContext context, java.lang.Object base, java.lang.Object property, java.lang.Object value) throws javax.el.ELException
setValue
in class javax.el.ELResolver
javax.el.ELException
public boolean isReadOnly(javax.el.ELContext context, java.lang.Object base, java.lang.Object property) throws javax.el.ELException
isReadOnly
in class javax.el.ELResolver
javax.el.ELException
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<?> getCommonPropertyType(javax.el.ELContext context, java.lang.Object base)
getCommonPropertyType
in class javax.el.ELResolver