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 javax.servlet.jsp.el.VariableResolvervResolver
-
Constructor Summary
Constructors Constructor Description ELResolverWrapper(javax.servlet.jsp.el.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.ClassgetType(javax.el.ELContext context, java.lang.Object base, java.lang.Object property)java.lang.ObjectgetValue(javax.el.ELContext context, java.lang.Object base, java.lang.Object property)booleanisReadOnly(javax.el.ELContext context, java.lang.Object base, java.lang.Object property)voidsetValue(javax.el.ELContext context, java.lang.Object base, java.lang.Object property, java.lang.Object value)
-
-
-
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:
getValuein 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:
getTypein 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:
setValuein 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:
isReadOnlyin 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:
getFeatureDescriptorsin classjavax.el.ELResolver
-
getCommonPropertyType
public java.lang.Class<?> getCommonPropertyType(javax.el.ELContext context, java.lang.Object base)- Specified by:
getCommonPropertyTypein classjavax.el.ELResolver
-
-