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
FieldsFields inherited from class javax.el.ELResolver
RESOLVABLE_AT_DESIGN_TIME, TYPE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass
<?> getCommonPropertyType
(javax.el.ELContext context, Object base) getFeatureDescriptors
(javax.el.ELContext context, Object base) boolean
isReadOnly
(javax.el.ELContext context, Object base, Object property) void
Methods inherited from class javax.el.ELResolver
convertToType, invoke
-
Field Details
-
vResolver
private javax.servlet.jsp.el.VariableResolver vResolver
-
-
Constructor Details
-
ELResolverWrapper
ELResolverWrapper(javax.servlet.jsp.el.VariableResolver vResolver)
-
-
Method Details
-
getValue
public Object getValue(javax.el.ELContext context, Object base, Object property) throws javax.el.ELException - Specified by:
getValue
in classjavax.el.ELResolver
- Throws:
javax.el.ELException
-
getType
public Class getType(javax.el.ELContext context, Object base, 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, Object base, Object property, 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, Object base, Object property) throws javax.el.ELException - Specified by:
isReadOnly
in classjavax.el.ELResolver
- Throws:
javax.el.ELException
-
getFeatureDescriptors
- Specified by:
getFeatureDescriptors
in classjavax.el.ELResolver
-
getCommonPropertyType
- Specified by:
getCommonPropertyType
in classjavax.el.ELResolver
-