Package org.apache.jasper.runtime
Class ExpressionEvaluatorImpl.ELResolverWrapper
- java.lang.Object
-
- javax.el.ELResolver
-
- org.apache.jasper.runtime.ExpressionEvaluatorImpl.ELResolverWrapper
-
- Enclosing class:
- ExpressionEvaluatorImpl
private static class ExpressionEvaluatorImpl.ELResolverWrapper extends javax.el.ELResolver
-
-
Field Summary
Fields Modifier and Type Field Description private VariableResolver
vResolver
-
Constructor Summary
Constructors Constructor Description ELResolverWrapper(VariableResolver vResolver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Field Detail
-
vResolver
private VariableResolver vResolver
-
-
Constructor Detail
-
ELResolverWrapper
ELResolverWrapper(VariableResolver vResolver)
-
-
Method Detail
-
getValue
public java.lang.Object getValue(javax.el.ELContext context, java.lang.Object base, java.lang.Object property) throws javax.el.ELException
- Specified by:
getValue
in classjavax.el.ELResolver
- Throws:
javax.el.ELException
-
getType
public java.lang.Class getType(javax.el.ELContext context, java.lang.Object base, java.lang.Object property) throws javax.el.ELException
- Specified by:
getType
in classjavax.el.ELResolver
- Throws:
javax.el.ELException
-
setValue
public void setValue(javax.el.ELContext context, java.lang.Object base, java.lang.Object property, java.lang.Object value) throws javax.el.ELException
- Specified by:
setValue
in classjavax.el.ELResolver
- Throws:
javax.el.ELException
-
isReadOnly
public boolean isReadOnly(javax.el.ELContext context, java.lang.Object base, java.lang.Object property) throws javax.el.ELException
- Specified by:
isReadOnly
in classjavax.el.ELResolver
- Throws:
javax.el.ELException
-
getFeatureDescriptors
public java.util.Iterator<java.beans.FeatureDescriptor> getFeatureDescriptors(javax.el.ELContext context, java.lang.Object base)
- Specified by:
getFeatureDescriptors
in classjavax.el.ELResolver
-
getCommonPropertyType
public java.lang.Class<?> getCommonPropertyType(javax.el.ELContext context, java.lang.Object base)
- Specified by:
getCommonPropertyType
in classjavax.el.ELResolver
-
-