public abstract class org.springframework.web.context.request.AbstractRequestAttributesScope implements org.springframework.beans.factory.config.Scope
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.web.context.request.AbstractRequestAttributesScope
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.context.request.AbstractRequestAttributesScope this
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.web.context.request.AbstractRequestAttributesScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/context/request/AbstractRequestAttributesScope;

  public  get(java.lang.String, org.springframework.beans.factory.ObjectFactory<?>);
    descriptor: (Ljava/lang/String;Lorg/springframework/beans/factory/ObjectFactory;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // org.springframework.web.context.request.AbstractRequestAttributesScope this
        start local 1 // java.lang.String name
        start local 2 // org.springframework.beans.factory.ObjectFactory objectFactory
         0: .line 42
            invokestatic org.springframework.web.context.request.RequestContextHolder.currentRequestAttributes:()Lorg/springframework/web/context/request/RequestAttributes;
            astore 3 /* attributes */
        start local 3 // org.springframework.web.context.request.RequestAttributes attributes
         1: .line 43
            aload 3 /* attributes */
            aload 1 /* name */
            aload 0 /* this */
            invokevirtual org.springframework.web.context.request.AbstractRequestAttributesScope.getScope:()I
            invokeinterface org.springframework.web.context.request.RequestAttributes.getAttribute:(Ljava/lang/String;I)Ljava/lang/Object;
            astore 4 /* scopedObject */
        start local 4 // java.lang.Object scopedObject
         2: .line 44
            aload 4 /* scopedObject */
            ifnonnull 8
         3: .line 45
            aload 2 /* objectFactory */
            invokeinterface org.springframework.beans.factory.ObjectFactory.getObject:()Ljava/lang/Object;
            astore 4 /* scopedObject */
         4: .line 46
            aload 3 /* attributes */
            aload 1 /* name */
            aload 4 /* scopedObject */
            aload 0 /* this */
            invokevirtual org.springframework.web.context.request.AbstractRequestAttributesScope.getScope:()I
            invokeinterface org.springframework.web.context.request.RequestAttributes.setAttribute:(Ljava/lang/String;Ljava/lang/Object;I)V
         5: .line 49
            aload 3 /* attributes */
            aload 1 /* name */
            aload 0 /* this */
            invokevirtual org.springframework.web.context.request.AbstractRequestAttributesScope.getScope:()I
            invokeinterface org.springframework.web.context.request.RequestAttributes.getAttribute:(Ljava/lang/String;I)Ljava/lang/Object;
            astore 5 /* retrievedObject */
        start local 5 // java.lang.Object retrievedObject
         6: .line 50
            aload 5 /* retrievedObject */
            ifnull 8
         7: .line 53
            aload 5 /* retrievedObject */
            astore 4 /* scopedObject */
        end local 5 // java.lang.Object retrievedObject
         8: .line 56
      StackMap locals: org.springframework.web.context.request.RequestAttributes java.lang.Object
      StackMap stack:
            aload 4 /* scopedObject */
            areturn
        end local 4 // java.lang.Object scopedObject
        end local 3 // org.springframework.web.context.request.RequestAttributes attributes
        end local 2 // org.springframework.beans.factory.ObjectFactory objectFactory
        end local 1 // java.lang.String name
        end local 0 // org.springframework.web.context.request.AbstractRequestAttributesScope this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0             this  Lorg/springframework/web/context/request/AbstractRequestAttributesScope;
            0    9     1             name  Ljava/lang/String;
            0    9     2    objectFactory  Lorg/springframework/beans/factory/ObjectFactory<*>;
            1    9     3       attributes  Lorg/springframework/web/context/request/RequestAttributes;
            2    9     4     scopedObject  Ljava/lang/Object;
            6    8     5  retrievedObject  Ljava/lang/Object;
    Signature: (Ljava/lang/String;Lorg/springframework/beans/factory/ObjectFactory<*>;)Ljava/lang/Object;
    MethodParameters:
               Name  Flags
      name           
      objectFactory  

  public java.lang.Object remove(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.springframework.web.context.request.AbstractRequestAttributesScope this
        start local 1 // java.lang.String name
         0: .line 62
            invokestatic org.springframework.web.context.request.RequestContextHolder.currentRequestAttributes:()Lorg/springframework/web/context/request/RequestAttributes;
            astore 2 /* attributes */
        start local 2 // org.springframework.web.context.request.RequestAttributes attributes
         1: .line 63
            aload 2 /* attributes */
            aload 1 /* name */
            aload 0 /* this */
            invokevirtual org.springframework.web.context.request.AbstractRequestAttributesScope.getScope:()I
            invokeinterface org.springframework.web.context.request.RequestAttributes.getAttribute:(Ljava/lang/String;I)Ljava/lang/Object;
            astore 3 /* scopedObject */
        start local 3 // java.lang.Object scopedObject
         2: .line 64
            aload 3 /* scopedObject */
            ifnull 5
         3: .line 65
            aload 2 /* attributes */
            aload 1 /* name */
            aload 0 /* this */
            invokevirtual org.springframework.web.context.request.AbstractRequestAttributesScope.getScope:()I
            invokeinterface org.springframework.web.context.request.RequestAttributes.removeAttribute:(Ljava/lang/String;I)V
         4: .line 66
            aload 3 /* scopedObject */
            areturn
         5: .line 69
      StackMap locals: org.springframework.web.context.request.RequestAttributes java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 3 // java.lang.Object scopedObject
        end local 2 // org.springframework.web.context.request.RequestAttributes attributes
        end local 1 // java.lang.String name
        end local 0 // org.springframework.web.context.request.AbstractRequestAttributesScope this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lorg/springframework/web/context/request/AbstractRequestAttributesScope;
            0    6     1          name  Ljava/lang/String;
            1    6     2    attributes  Lorg/springframework/web/context/request/RequestAttributes;
            2    6     3  scopedObject  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
      Name  Flags
      name  

  public void registerDestructionCallback(java.lang.String, java.lang.Runnable);
    descriptor: (Ljava/lang/String;Ljava/lang/Runnable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.springframework.web.context.request.AbstractRequestAttributesScope this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Runnable callback
         0: .line 75
            invokestatic org.springframework.web.context.request.RequestContextHolder.currentRequestAttributes:()Lorg/springframework/web/context/request/RequestAttributes;
            astore 3 /* attributes */
        start local 3 // org.springframework.web.context.request.RequestAttributes attributes
         1: .line 76
            aload 3 /* attributes */
            aload 1 /* name */
            aload 2 /* callback */
            aload 0 /* this */
            invokevirtual org.springframework.web.context.request.AbstractRequestAttributesScope.getScope:()I
            invokeinterface org.springframework.web.context.request.RequestAttributes.registerDestructionCallback:(Ljava/lang/String;Ljava/lang/Runnable;I)V
         2: .line 77
            return
        end local 3 // org.springframework.web.context.request.RequestAttributes attributes
        end local 2 // java.lang.Runnable callback
        end local 1 // java.lang.String name
        end local 0 // org.springframework.web.context.request.AbstractRequestAttributesScope this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/springframework/web/context/request/AbstractRequestAttributesScope;
            0    3     1        name  Ljava/lang/String;
            0    3     2    callback  Ljava/lang/Runnable;
            1    3     3  attributes  Lorg/springframework/web/context/request/RequestAttributes;
    MethodParameters:
          Name  Flags
      name      
      callback  

  public java.lang.Object resolveContextualObject(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.springframework.web.context.request.AbstractRequestAttributesScope this
        start local 1 // java.lang.String key
         0: .line 82
            invokestatic org.springframework.web.context.request.RequestContextHolder.currentRequestAttributes:()Lorg/springframework/web/context/request/RequestAttributes;
            astore 2 /* attributes */
        start local 2 // org.springframework.web.context.request.RequestAttributes attributes
         1: .line 83
            aload 2 /* attributes */
            aload 1 /* key */
            invokeinterface org.springframework.web.context.request.RequestAttributes.resolveReference:(Ljava/lang/String;)Ljava/lang/Object;
            areturn
        end local 2 // org.springframework.web.context.request.RequestAttributes attributes
        end local 1 // java.lang.String key
        end local 0 // org.springframework.web.context.request.AbstractRequestAttributesScope this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/springframework/web/context/request/AbstractRequestAttributesScope;
            0    2     1         key  Ljava/lang/String;
            1    2     2  attributes  Lorg/springframework/web/context/request/RequestAttributes;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
      Name  Flags
      key   

  protected abstract int getScope();
    descriptor: ()I
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
}
SourceFile: "AbstractRequestAttributesScope.java"