public class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver extends javax.el.ELResolver
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
  super_class: javax.el.ELResolver
{
  public static final java.lang.String WEB_APPLICATION_CONTEXT_VARIABLE_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "webApplicationContext"

  protected final org.apache.commons.logging.Log logger;
    descriptor: Lorg/apache/commons/logging/Log;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.web.jsf.el.WebApplicationContextFacesELResolver this
         0: .line 57
            aload 0 /* this */
            invokespecial javax.el.ELResolver.<init>:()V
         1: .line 66
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokestatic org.apache.commons.logging.LogFactory.getLog:(Ljava/lang/Class;)Lorg/apache/commons/logging/Log;
            putfield org.springframework.web.jsf.el.WebApplicationContextFacesELResolver.logger:Lorg/apache/commons/logging/Log;
         2: .line 57
            return
        end local 0 // org.springframework.web.jsf.el.WebApplicationContextFacesELResolver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/web/jsf/el/WebApplicationContextFacesELResolver;

  public java.lang.Object getValue(javax.el.ELContext, java.lang.Object, java.lang.Object);
    descriptor: (Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=4
        start local 0 // org.springframework.web.jsf.el.WebApplicationContextFacesELResolver this
        start local 1 // javax.el.ELContext elContext
        start local 2 // java.lang.Object base
        start local 3 // java.lang.Object property
         0: .line 72
            aload 2 /* base */
            ifnull 15
         1: .line 73
            aload 2 /* base */
            instanceof org.springframework.web.context.WebApplicationContext
            ifeq 18
         2: .line 74
            aload 2 /* base */
            checkcast org.springframework.web.context.WebApplicationContext
            astore 4 /* wac */
        start local 4 // org.springframework.web.context.WebApplicationContext wac
         3: .line 75
            aload 3 /* property */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            astore 5 /* beanName */
        start local 5 // java.lang.String beanName
         4: .line 76
            aload 0 /* this */
            getfield org.springframework.web.jsf.el.WebApplicationContextFacesELResolver.logger:Lorg/apache/commons/logging/Log;
            invokeinterface org.apache.commons.logging.Log.isTraceEnabled:()Z
            ifeq 6
         5: .line 77
            aload 0 /* this */
            getfield org.springframework.web.jsf.el.WebApplicationContextFacesELResolver.logger:Lorg/apache/commons/logging/Log;
            new java.lang.StringBuilder
            dup
            ldc "Attempting to resolve property '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 5 /* beanName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "' in root WebApplicationContext"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokeinterface org.apache.commons.logging.Log.trace:(Ljava/lang/Object;)V
         6: .line 79
      StackMap locals: org.springframework.web.context.WebApplicationContext java.lang.String
      StackMap stack:
            aload 4 /* wac */
            aload 5 /* beanName */
            invokeinterface org.springframework.web.context.WebApplicationContext.containsBean:(Ljava/lang/String;)Z
            ifeq 14
         7: .line 80
            aload 0 /* this */
            getfield org.springframework.web.jsf.el.WebApplicationContextFacesELResolver.logger:Lorg/apache/commons/logging/Log;
            invokeinterface org.apache.commons.logging.Log.isDebugEnabled:()Z
            ifeq 9
         8: .line 81
            aload 0 /* this */
            getfield org.springframework.web.jsf.el.WebApplicationContextFacesELResolver.logger:Lorg/apache/commons/logging/Log;
            new java.lang.StringBuilder
            dup
            ldc "Successfully resolved property '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 5 /* beanName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "' in root WebApplicationContext"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokeinterface org.apache.commons.logging.Log.debug:(Ljava/lang/Object;)V
         9: .line 83
      StackMap locals:
      StackMap stack:
            aload 1 /* elContext */
            iconst_1
            invokevirtual javax.el.ELContext.setPropertyResolved:(Z)V
        10: .line 85
            aload 4 /* wac */
            aload 5 /* beanName */
            invokeinterface org.springframework.web.context.WebApplicationContext.getBean:(Ljava/lang/String;)Ljava/lang/Object;
        11: areturn
        12: .line 87
      StackMap locals:
      StackMap stack: org.springframework.beans.BeansException
            astore 6 /* ex */
        start local 6 // org.springframework.beans.BeansException ex
        13: .line 88
            new javax.el.ELException
            dup
            aload 6 /* ex */
            invokespecial javax.el.ELException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 6 // org.springframework.beans.BeansException ex
        14: .line 93
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 5 // java.lang.String beanName
        end local 4 // org.springframework.web.context.WebApplicationContext wac
        15: .line 98
      StackMap locals:
      StackMap stack:
            ldc "webApplicationContext"
            aload 3 /* property */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 18
        16: .line 99
            aload 1 /* elContext */
            iconst_1
            invokevirtual javax.el.ELContext.setPropertyResolved:(Z)V
        17: .line 100
            aload 0 /* this */
            aload 1 /* elContext */
            invokevirtual org.springframework.web.jsf.el.WebApplicationContextFacesELResolver.getWebApplicationContext:(Ljavax/el/ELContext;)Lorg/springframework/web/context/WebApplicationContext;
            areturn
        18: .line 104
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 3 // java.lang.Object property
        end local 2 // java.lang.Object base
        end local 1 // javax.el.ELContext elContext
        end local 0 // org.springframework.web.jsf.el.WebApplicationContextFacesELResolver this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   19     0       this  Lorg/springframework/web/jsf/el/WebApplicationContextFacesELResolver;
            0   19     1  elContext  Ljavax/el/ELContext;
            0   19     2       base  Ljava/lang/Object;
            0   19     3   property  Ljava/lang/Object;
            3   15     4        wac  Lorg/springframework/web/context/WebApplicationContext;
            4   15     5   beanName  Ljava/lang/String;
           13   14     6         ex  Lorg/springframework/beans/BeansException;
      Exception table:
        from    to  target  type
          10    11      12  Class org.springframework.beans.BeansException
    Exceptions:
      throws javax.el.ELException
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
      2:
    MethodParameters:
           Name  Flags
      elContext  
      base       
      property   

  public java.lang.Class<?> getType(javax.el.ELContext, , );
    descriptor: (Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=4
        start local 0 // org.springframework.web.jsf.el.WebApplicationContextFacesELResolver this
        start local 1 // javax.el.ELContext elContext
        start local 2 // java.lang.Object base
        start local 3 // java.lang.Object property
         0: .line 110
            aload 2 /* base */
            ifnull 15
         1: .line 111
            aload 2 /* base */
            instanceof org.springframework.web.context.WebApplicationContext
            ifeq 18
         2: .line 112
            aload 2 /* base */
            checkcast org.springframework.web.context.WebApplicationContext
            astore 4 /* wac */
        start local 4 // org.springframework.web.context.WebApplicationContext wac
         3: .line 113
            aload 3 /* property */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            astore 5 /* beanName */
        start local 5 // java.lang.String beanName
         4: .line 114
            aload 0 /* this */
            getfield org.springframework.web.jsf.el.WebApplicationContextFacesELResolver.logger:Lorg/apache/commons/logging/Log;
            invokeinterface org.apache.commons.logging.Log.isDebugEnabled:()Z
            ifeq 6
         5: .line 115
            aload 0 /* this */
            getfield org.springframework.web.jsf.el.WebApplicationContextFacesELResolver.logger:Lorg/apache/commons/logging/Log;
            new java.lang.StringBuilder
            dup
            ldc "Attempting to resolve property '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 5 /* beanName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "' in root WebApplicationContext"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokeinterface org.apache.commons.logging.Log.debug:(Ljava/lang/Object;)V
         6: .line 117
      StackMap locals: org.springframework.web.context.WebApplicationContext java.lang.String
      StackMap stack:
            aload 4 /* wac */
            aload 5 /* beanName */
            invokeinterface org.springframework.web.context.WebApplicationContext.containsBean:(Ljava/lang/String;)Z
            ifeq 14
         7: .line 118
            aload 0 /* this */
            getfield org.springframework.web.jsf.el.WebApplicationContextFacesELResolver.logger:Lorg/apache/commons/logging/Log;
            invokeinterface org.apache.commons.logging.Log.isDebugEnabled:()Z
            ifeq 9
         8: .line 119
            aload 0 /* this */
            getfield org.springframework.web.jsf.el.WebApplicationContextFacesELResolver.logger:Lorg/apache/commons/logging/Log;
            new java.lang.StringBuilder
            dup
            ldc "Successfully resolved property '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 5 /* beanName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "' in root WebApplicationContext"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokeinterface org.apache.commons.logging.Log.debug:(Ljava/lang/Object;)V
         9: .line 121
      StackMap locals:
      StackMap stack:
            aload 1 /* elContext */
            iconst_1
            invokevirtual javax.el.ELContext.setPropertyResolved:(Z)V
        10: .line 123
            aload 4 /* wac */
            aload 5 /* beanName */
            invokeinterface org.springframework.web.context.WebApplicationContext.getType:(Ljava/lang/String;)Ljava/lang/Class;
        11: areturn
        12: .line 125
      StackMap locals:
      StackMap stack: org.springframework.beans.BeansException
            astore 6 /* ex */
        start local 6 // org.springframework.beans.BeansException ex
        13: .line 126
            new javax.el.ELException
            dup
            aload 6 /* ex */
            invokespecial javax.el.ELException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 6 // org.springframework.beans.BeansException ex
        14: .line 131
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 5 // java.lang.String beanName
        end local 4 // org.springframework.web.context.WebApplicationContext wac
        15: .line 136
      StackMap locals:
      StackMap stack:
            ldc "webApplicationContext"
            aload 3 /* property */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 18
        16: .line 137
            aload 1 /* elContext */
            iconst_1
            invokevirtual javax.el.ELContext.setPropertyResolved:(Z)V
        17: .line 138
            ldc Lorg/springframework/web/context/WebApplicationContext;
            areturn
        18: .line 142
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 3 // java.lang.Object property
        end local 2 // java.lang.Object base
        end local 1 // javax.el.ELContext elContext
        end local 0 // org.springframework.web.jsf.el.WebApplicationContextFacesELResolver this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   19     0       this  Lorg/springframework/web/jsf/el/WebApplicationContextFacesELResolver;
            0   19     1  elContext  Ljavax/el/ELContext;
            0   19     2       base  Ljava/lang/Object;
            0   19     3   property  Ljava/lang/Object;
            3   15     4        wac  Lorg/springframework/web/context/WebApplicationContext;
            4   15     5   beanName  Ljava/lang/String;
           13   14     6         ex  Lorg/springframework/beans/BeansException;
      Exception table:
        from    to  target  type
          10    11      12  Class org.springframework.beans.BeansException
    Exceptions:
      throws javax.el.ELException
    Signature: (Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Class<*>;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
      2:
    MethodParameters:
           Name  Flags
      elContext  
      base       
      property   

  public void setValue(javax.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object);
    descriptor: (Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=5, args_size=5
        start local 0 // org.springframework.web.jsf.el.WebApplicationContextFacesELResolver this
        start local 1 // javax.el.ELContext elContext
        start local 2 // java.lang.Object base
        start local 3 // java.lang.Object property
        start local 4 // java.lang.Object value
         0: .line 147
            return
        end local 4 // java.lang.Object value
        end local 3 // java.lang.Object property
        end local 2 // java.lang.Object base
        end local 1 // javax.el.ELContext elContext
        end local 0 // org.springframework.web.jsf.el.WebApplicationContextFacesELResolver this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/springframework/web/jsf/el/WebApplicationContextFacesELResolver;
            0    1     1  elContext  Ljavax/el/ELContext;
            0    1     2       base  Ljava/lang/Object;
            0    1     3   property  Ljava/lang/Object;
            0    1     4      value  Ljava/lang/Object;
    Exceptions:
      throws javax.el.ELException
    MethodParameters:
           Name  Flags
      elContext  
      base       
      property   
      value      

  public boolean isReadOnly(javax.el.ELContext, java.lang.Object, java.lang.Object);
    descriptor: (Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.springframework.web.jsf.el.WebApplicationContextFacesELResolver this
        start local 1 // javax.el.ELContext elContext
        start local 2 // java.lang.Object base
        start local 3 // java.lang.Object property
         0: .line 151
            aload 2 /* base */
            instanceof org.springframework.web.context.WebApplicationContext
            ifeq 3
         1: .line 152
            aload 1 /* elContext */
            iconst_1
            invokevirtual javax.el.ELContext.setPropertyResolved:(Z)V
         2: .line 153
            iconst_1
            ireturn
         3: .line 155
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // java.lang.Object property
        end local 2 // java.lang.Object base
        end local 1 // javax.el.ELContext elContext
        end local 0 // org.springframework.web.jsf.el.WebApplicationContextFacesELResolver this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/springframework/web/jsf/el/WebApplicationContextFacesELResolver;
            0    4     1  elContext  Ljavax/el/ELContext;
            0    4     2       base  Ljava/lang/Object;
            0    4     3   property  Ljava/lang/Object;
    Exceptions:
      throws javax.el.ELException
    MethodParameters:
           Name  Flags
      elContext  
      base       
      property   

  public java.util.Iterator<java.beans.FeatureDescriptor> getFeatureDescriptors(javax.el.ELContext, );
    descriptor: (Ljavax/el/ELContext;Ljava/lang/Object;)Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.springframework.web.jsf.el.WebApplicationContextFacesELResolver this
        start local 1 // javax.el.ELContext elContext
        start local 2 // java.lang.Object base
         0: .line 161
            aconst_null
            areturn
        end local 2 // java.lang.Object base
        end local 1 // javax.el.ELContext elContext
        end local 0 // org.springframework.web.jsf.el.WebApplicationContextFacesELResolver this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/springframework/web/jsf/el/WebApplicationContextFacesELResolver;
            0    1     1  elContext  Ljavax/el/ELContext;
            0    1     2       base  Ljava/lang/Object;
    Signature: (Ljavax/el/ELContext;Ljava/lang/Object;)Ljava/util/Iterator<Ljava/beans/FeatureDescriptor;>;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
           Name  Flags
      elContext  
      base       

  public java.lang.Class<?> getCommonPropertyType(javax.el.ELContext, );
    descriptor: (Ljavax/el/ELContext;Ljava/lang/Object;)Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.springframework.web.jsf.el.WebApplicationContextFacesELResolver this
        start local 1 // javax.el.ELContext elContext
        start local 2 // java.lang.Object base
         0: .line 166
            ldc Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object base
        end local 1 // javax.el.ELContext elContext
        end local 0 // org.springframework.web.jsf.el.WebApplicationContextFacesELResolver this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/springframework/web/jsf/el/WebApplicationContextFacesELResolver;
            0    1     1  elContext  Ljavax/el/ELContext;
            0    1     2       base  Ljava/lang/Object;
    Signature: (Ljavax/el/ELContext;Ljava/lang/Object;)Ljava/lang/Class<*>;
    MethodParameters:
           Name  Flags
      elContext  
      base       

  protected org.springframework.web.context.WebApplicationContext getWebApplicationContext(javax.el.ELContext);
    descriptor: (Ljavax/el/ELContext;)Lorg/springframework/web/context/WebApplicationContext;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // org.springframework.web.jsf.el.WebApplicationContextFacesELResolver this
        start local 1 // javax.el.ELContext elContext
         0: .line 180
            invokestatic javax.faces.context.FacesContext.getCurrentInstance:()Ljavax/faces/context/FacesContext;
            astore 2 /* facesContext */
        start local 2 // javax.faces.context.FacesContext facesContext
         1: .line 181
            aload 2 /* facesContext */
            invokestatic org.springframework.web.jsf.FacesContextUtils.getRequiredWebApplicationContext:(Ljavax/faces/context/FacesContext;)Lorg/springframework/web/context/WebApplicationContext;
            areturn
        end local 2 // javax.faces.context.FacesContext facesContext
        end local 1 // javax.el.ELContext elContext
        end local 0 // org.springframework.web.jsf.el.WebApplicationContextFacesELResolver this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/springframework/web/jsf/el/WebApplicationContextFacesELResolver;
            0    2     1     elContext  Ljavax/el/ELContext;
            1    2     2  facesContext  Ljavax/faces/context/FacesContext;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
           Name  Flags
      elContext  
}
SourceFile: "WebApplicationContextFacesELResolver.java"