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 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 class javax.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 class javax.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 class javax.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 class javax.el.ELResolver
      Throws:
      javax.el.ELException
    • getFeatureDescriptors

      public Iterator<FeatureDescriptor> getFeatureDescriptors(javax.el.ELContext context, Object base)
      Specified by:
      getFeatureDescriptors in class javax.el.ELResolver
    • getCommonPropertyType

      public Class<?> getCommonPropertyType(javax.el.ELContext context, Object base)
      Specified by:
      getCommonPropertyType in class javax.el.ELResolver