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) booleanisReadOnly(javax.el.ELContext context, Object base, Object property) voidMethods 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:
getValuein 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:
getTypein 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:
setValuein 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:
isReadOnlyin classjavax.el.ELResolver- Throws:
javax.el.ELException
-
getFeatureDescriptors
- Specified by:
getFeatureDescriptorsin classjavax.el.ELResolver
-
getCommonPropertyType
- Specified by:
getCommonPropertyTypein classjavax.el.ELResolver
-