public class org.springframework.web.jsf.el.SpringBeanFacesELResolver extends javax.el.ELResolver
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.web.jsf.el.SpringBeanFacesELResolver
  super_class: javax.el.ELResolver
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.jsf.el.SpringBeanFacesELResolver this
         0: .line 71
            aload 0 /* this */
            invokespecial javax.el.ELResolver.<init>:()V
            return
        end local 0 // org.springframework.web.jsf.el.SpringBeanFacesELResolver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/jsf/el/SpringBeanFacesELResolver;

  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=2, locals=6, args_size=4
        start local 0 // org.springframework.web.jsf.el.SpringBeanFacesELResolver this
        start local 1 // javax.el.ELContext elContext
        start local 2 // java.lang.Object base
        start local 3 // java.lang.Object property
         0: .line 76
            aload 2 /* base */
            ifnonnull 6
         1: .line 77
            aload 3 /* property */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            astore 4 /* beanName */
        start local 4 // java.lang.String beanName
         2: .line 78
            aload 0 /* this */
            aload 1 /* elContext */
            invokevirtual org.springframework.web.jsf.el.SpringBeanFacesELResolver.getWebApplicationContext:(Ljavax/el/ELContext;)Lorg/springframework/web/context/WebApplicationContext;
            astore 5 /* wac */
        start local 5 // org.springframework.web.context.WebApplicationContext wac
         3: .line 79
            aload 5 /* wac */
            aload 4 /* beanName */
            invokeinterface org.springframework.web.context.WebApplicationContext.containsBean:(Ljava/lang/String;)Z
            ifeq 6
         4: .line 80
            aload 1 /* elContext */
            iconst_1
            invokevirtual javax.el.ELContext.setPropertyResolved:(Z)V
         5: .line 81
            aload 5 /* wac */
            aload 4 /* beanName */
            invokeinterface org.springframework.web.context.WebApplicationContext.getBean:(Ljava/lang/String;)Ljava/lang/Object;
            areturn
        end local 5 // org.springframework.web.context.WebApplicationContext wac
        end local 4 // java.lang.String beanName
         6: .line 84
      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.SpringBeanFacesELResolver this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/springframework/web/jsf/el/SpringBeanFacesELResolver;
            0    7     1  elContext  Ljavax/el/ELContext;
            0    7     2       base  Ljava/lang/Object;
            0    7     3   property  Ljava/lang/Object;
            2    6     4   beanName  Ljava/lang/String;
            3    6     5        wac  Lorg/springframework/web/context/WebApplicationContext;
    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=2, locals=6, args_size=4
        start local 0 // org.springframework.web.jsf.el.SpringBeanFacesELResolver this
        start local 1 // javax.el.ELContext elContext
        start local 2 // java.lang.Object base
        start local 3 // java.lang.Object property
         0: .line 90
            aload 2 /* base */
            ifnonnull 6
         1: .line 91
            aload 3 /* property */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            astore 4 /* beanName */
        start local 4 // java.lang.String beanName
         2: .line 92
            aload 0 /* this */
            aload 1 /* elContext */
            invokevirtual org.springframework.web.jsf.el.SpringBeanFacesELResolver.getWebApplicationContext:(Ljavax/el/ELContext;)Lorg/springframework/web/context/WebApplicationContext;
            astore 5 /* wac */
        start local 5 // org.springframework.web.context.WebApplicationContext wac
         3: .line 93
            aload 5 /* wac */
            aload 4 /* beanName */
            invokeinterface org.springframework.web.context.WebApplicationContext.containsBean:(Ljava/lang/String;)Z
            ifeq 6
         4: .line 94
            aload 1 /* elContext */
            iconst_1
            invokevirtual javax.el.ELContext.setPropertyResolved:(Z)V
         5: .line 95
            aload 5 /* wac */
            aload 4 /* beanName */
            invokeinterface org.springframework.web.context.WebApplicationContext.getType:(Ljava/lang/String;)Ljava/lang/Class;
            areturn
        end local 5 // org.springframework.web.context.WebApplicationContext wac
        end local 4 // java.lang.String beanName
         6: .line 98
      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.SpringBeanFacesELResolver this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/springframework/web/jsf/el/SpringBeanFacesELResolver;
            0    7     1  elContext  Ljavax/el/ELContext;
            0    7     2       base  Ljava/lang/Object;
            0    7     3   property  Ljava/lang/Object;
            2    6     4   beanName  Ljava/lang/String;
            3    6     5        wac  Lorg/springframework/web/context/WebApplicationContext;
    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=5, locals=7, args_size=5
        start local 0 // org.springframework.web.jsf.el.SpringBeanFacesELResolver 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 103
            aload 2 /* base */
            ifnonnull 10
         1: .line 104
            aload 3 /* property */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            astore 5 /* beanName */
        start local 5 // java.lang.String beanName
         2: .line 105
            aload 0 /* this */
            aload 1 /* elContext */
            invokevirtual org.springframework.web.jsf.el.SpringBeanFacesELResolver.getWebApplicationContext:(Ljavax/el/ELContext;)Lorg/springframework/web/context/WebApplicationContext;
            astore 6 /* wac */
        start local 6 // org.springframework.web.context.WebApplicationContext wac
         3: .line 106
            aload 6 /* wac */
            aload 5 /* beanName */
            invokeinterface org.springframework.web.context.WebApplicationContext.containsBean:(Ljava/lang/String;)Z
            ifeq 10
         4: .line 107
            aload 4 /* value */
            aload 6 /* wac */
            aload 5 /* beanName */
            invokeinterface org.springframework.web.context.WebApplicationContext.getBean:(Ljava/lang/String;)Ljava/lang/Object;
            if_acmpne 7
         5: .line 109
            aload 1 /* elContext */
            iconst_1
            invokevirtual javax.el.ELContext.setPropertyResolved:(Z)V
         6: .line 110
            goto 10
         7: .line 112
      StackMap locals: java.lang.String org.springframework.web.context.WebApplicationContext
      StackMap stack:
            new javax.el.PropertyNotWritableException
            dup
         8: .line 113
            new java.lang.StringBuilder
            dup
            ldc "Variable '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 5 /* beanName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "' refers to a Spring bean which by definition is not writable"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         9: .line 112
            invokespecial javax.el.PropertyNotWritableException.<init>:(Ljava/lang/String;)V
            athrow
        end local 6 // org.springframework.web.context.WebApplicationContext wac
        end local 5 // java.lang.String beanName
        10: .line 117
      StackMap locals:
      StackMap stack:
            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.SpringBeanFacesELResolver this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/springframework/web/jsf/el/SpringBeanFacesELResolver;
            0   11     1  elContext  Ljavax/el/ELContext;
            0   11     2       base  Ljava/lang/Object;
            0   11     3   property  Ljava/lang/Object;
            0   11     4      value  Ljava/lang/Object;
            2   10     5   beanName  Ljava/lang/String;
            3   10     6        wac  Lorg/springframework/web/context/WebApplicationContext;
    Exceptions:
      throws javax.el.ELException
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
      2:
      3:
    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=6, args_size=4
        start local 0 // org.springframework.web.jsf.el.SpringBeanFacesELResolver this
        start local 1 // javax.el.ELContext elContext
        start local 2 // java.lang.Object base
        start local 3 // java.lang.Object property
         0: .line 121
            aload 2 /* base */
            ifnonnull 5
         1: .line 122
            aload 3 /* property */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            astore 4 /* beanName */
        start local 4 // java.lang.String beanName
         2: .line 123
            aload 0 /* this */
            aload 1 /* elContext */
            invokevirtual org.springframework.web.jsf.el.SpringBeanFacesELResolver.getWebApplicationContext:(Ljavax/el/ELContext;)Lorg/springframework/web/context/WebApplicationContext;
            astore 5 /* wac */
        start local 5 // org.springframework.web.context.WebApplicationContext wac
         3: .line 124
            aload 5 /* wac */
            aload 4 /* beanName */
            invokeinterface org.springframework.web.context.WebApplicationContext.containsBean:(Ljava/lang/String;)Z
            ifeq 5
         4: .line 125
            iconst_1
            ireturn
        end local 5 // org.springframework.web.context.WebApplicationContext wac
        end local 4 // java.lang.String beanName
         5: .line 128
      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.SpringBeanFacesELResolver this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lorg/springframework/web/jsf/el/SpringBeanFacesELResolver;
            0    6     1  elContext  Ljavax/el/ELContext;
            0    6     2       base  Ljava/lang/Object;
            0    6     3   property  Ljava/lang/Object;
            2    5     4   beanName  Ljava/lang/String;
            3    5     5        wac  Lorg/springframework/web/context/WebApplicationContext;
    Exceptions:
      throws javax.el.ELException
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
      2:
    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.SpringBeanFacesELResolver this
        start local 1 // javax.el.ELContext elContext
        start local 2 // java.lang.Object base
         0: .line 134
            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.SpringBeanFacesELResolver this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/springframework/web/jsf/el/SpringBeanFacesELResolver;
            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()
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        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.SpringBeanFacesELResolver this
        start local 1 // javax.el.ELContext elContext
        start local 2 // java.lang.Object base
         0: .line 139
            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.SpringBeanFacesELResolver this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/springframework/web/jsf/el/SpringBeanFacesELResolver;
            0    1     1  elContext  Ljavax/el/ELContext;
            0    1     2       base  Ljava/lang/Object;
    Signature: (Ljavax/el/ELContext;Ljava/lang/Object;)Ljava/lang/Class<*>;
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
    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.SpringBeanFacesELResolver this
        start local 1 // javax.el.ELContext elContext
         0: .line 150
            invokestatic javax.faces.context.FacesContext.getCurrentInstance:()Ljavax/faces/context/FacesContext;
            astore 2 /* facesContext */
        start local 2 // javax.faces.context.FacesContext facesContext
         1: .line 151
            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.SpringBeanFacesELResolver this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/springframework/web/jsf/el/SpringBeanFacesELResolver;
            0    2     1     elContext  Ljavax/el/ELContext;
            1    2     2  facesContext  Ljavax/faces/context/FacesContext;
    MethodParameters:
           Name  Flags
      elContext  
}
SourceFile: "SpringBeanFacesELResolver.java"