public class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean extends org.eclipse.jetty.server.handler.jmx.AbstractHandlerMBean
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
  super_class: org.eclipse.jetty.server.handler.jmx.AbstractHandlerMBean
{
  public void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean this
        start local 1 // java.lang.Object managedObject
         0: .line 37
            aload 0 /* this */
            aload 1 /* managedObject */
            invokespecial org.eclipse.jetty.server.handler.jmx.AbstractHandlerMBean.<init>:(Ljava/lang/Object;)V
         1: .line 38
            return
        end local 1 // java.lang.Object managedObject
        end local 0 // org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/eclipse/jetty/server/handler/jmx/ContextHandlerMBean;
            0    2     1  managedObject  Ljava/lang/Object;
    MethodParameters:
               Name  Flags
      managedObject  

  public java.util.Map<java.lang.String, java.lang.Object> getContextAttributes();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean this
         0: .line 43
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 1 /* map */
        start local 1 // java.util.Map map
         1: .line 44
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean._managed:Ljava/lang/Object;
            checkcast org.eclipse.jetty.server.handler.ContextHandler
            invokevirtual org.eclipse.jetty.server.handler.ContextHandler.getAttributes:()Lorg/eclipse/jetty/util/Attributes;
            astore 2 /* attrs */
        start local 2 // org.eclipse.jetty.util.Attributes attrs
         2: .line 45
            aload 2 /* attrs */
            invokeinterface org.eclipse.jetty.util.Attributes.getAttributeNames:()Ljava/util/Enumeration;
            astore 3 /* en */
        start local 3 // java.util.Enumeration en
         3: .line 46
            goto 7
         4: .line 48
      StackMap locals: java.util.Map org.eclipse.jetty.util.Attributes java.util.Enumeration
      StackMap stack:
            aload 3 /* en */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 4 /* name */
        start local 4 // java.lang.String name
         5: .line 49
            aload 2 /* attrs */
            aload 4 /* name */
            invokeinterface org.eclipse.jetty.util.Attributes.getAttribute:(Ljava/lang/String;)Ljava/lang/Object;
            astore 5 /* value */
        start local 5 // java.lang.Object value
         6: .line 50
            aload 1 /* map */
            aload 4 /* name */
            aload 5 /* value */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 5 // java.lang.Object value
        end local 4 // java.lang.String name
         7: .line 46
      StackMap locals:
      StackMap stack:
            aload 3 /* en */
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ifne 4
         8: .line 52
            aload 1 /* map */
            areturn
        end local 3 // java.util.Enumeration en
        end local 2 // org.eclipse.jetty.util.Attributes attrs
        end local 1 // java.util.Map map
        end local 0 // org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/eclipse/jetty/server/handler/jmx/ContextHandlerMBean;
            1    9     1    map  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
            2    9     2  attrs  Lorg/eclipse/jetty/util/Attributes;
            3    9     3     en  Ljava/util/Enumeration<Ljava/lang/String;>;
            5    7     4   name  Ljava/lang/String;
            6    7     5  value  Ljava/lang/Object;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    RuntimeVisibleAnnotations: 
      org.eclipse.jetty.util.annotation.ManagedAttribute(value = "Map of context attributes")

  public void setContextAttribute(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Object value
         0: .line 58
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean._managed:Ljava/lang/Object;
            checkcast org.eclipse.jetty.server.handler.ContextHandler
            invokevirtual org.eclipse.jetty.server.handler.ContextHandler.getAttributes:()Lorg/eclipse/jetty/util/Attributes;
            astore 3 /* attrs */
        start local 3 // org.eclipse.jetty.util.Attributes attrs
         1: .line 59
            aload 3 /* attrs */
            aload 1 /* name */
            aload 2 /* value */
            invokeinterface org.eclipse.jetty.util.Attributes.setAttribute:(Ljava/lang/String;Ljava/lang/Object;)V
         2: .line 60
            return
        end local 3 // org.eclipse.jetty.util.Attributes attrs
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String name
        end local 0 // org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/jetty/server/handler/jmx/ContextHandlerMBean;
            0    3     1   name  Ljava/lang/String;
            0    3     2  value  Ljava/lang/Object;
            1    3     3  attrs  Lorg/eclipse/jetty/util/Attributes;
    RuntimeVisibleAnnotations: 
      org.eclipse.jetty.util.annotation.ManagedOperation(value = "Set context attribute", impact = "ACTION")
    RuntimeVisibleParameterAnnotations: 
      0:
        org.eclipse.jetty.util.annotation.Name(value = "name", description = "attribute name")
      1:
        org.eclipse.jetty.util.annotation.Name(value = "value", description = "attribute value")
    MethodParameters:
       Name  Flags
      name   
      value  

  public void setContextAttribute(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String value
         0: .line 65
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean._managed:Ljava/lang/Object;
            checkcast org.eclipse.jetty.server.handler.ContextHandler
            invokevirtual org.eclipse.jetty.server.handler.ContextHandler.getAttributes:()Lorg/eclipse/jetty/util/Attributes;
            astore 3 /* attrs */
        start local 3 // org.eclipse.jetty.util.Attributes attrs
         1: .line 66
            aload 3 /* attrs */
            aload 1 /* name */
            aload 2 /* value */
            invokeinterface org.eclipse.jetty.util.Attributes.setAttribute:(Ljava/lang/String;Ljava/lang/Object;)V
         2: .line 67
            return
        end local 3 // org.eclipse.jetty.util.Attributes attrs
        end local 2 // java.lang.String value
        end local 1 // java.lang.String name
        end local 0 // org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/jetty/server/handler/jmx/ContextHandlerMBean;
            0    3     1   name  Ljava/lang/String;
            0    3     2  value  Ljava/lang/String;
            1    3     3  attrs  Lorg/eclipse/jetty/util/Attributes;
    RuntimeVisibleAnnotations: 
      org.eclipse.jetty.util.annotation.ManagedOperation(value = "Set context attribute", impact = "ACTION")
    RuntimeVisibleParameterAnnotations: 
      0:
        org.eclipse.jetty.util.annotation.Name(value = "name", description = "attribute name")
      1:
        org.eclipse.jetty.util.annotation.Name(value = "value", description = "attribute value")
    MethodParameters:
       Name  Flags
      name   
      value  

  public void removeContextAttribute(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean this
        start local 1 // java.lang.String name
         0: .line 72
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean._managed:Ljava/lang/Object;
            checkcast org.eclipse.jetty.server.handler.ContextHandler
            invokevirtual org.eclipse.jetty.server.handler.ContextHandler.getAttributes:()Lorg/eclipse/jetty/util/Attributes;
            astore 2 /* attrs */
        start local 2 // org.eclipse.jetty.util.Attributes attrs
         1: .line 73
            aload 2 /* attrs */
            aload 1 /* name */
            invokeinterface org.eclipse.jetty.util.Attributes.removeAttribute:(Ljava/lang/String;)V
         2: .line 74
            return
        end local 2 // org.eclipse.jetty.util.Attributes attrs
        end local 1 // java.lang.String name
        end local 0 // org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/jetty/server/handler/jmx/ContextHandlerMBean;
            0    3     1   name  Ljava/lang/String;
            1    3     2  attrs  Lorg/eclipse/jetty/util/Attributes;
    RuntimeVisibleAnnotations: 
      org.eclipse.jetty.util.annotation.ManagedOperation(value = "Remove context attribute", impact = "ACTION")
    RuntimeVisibleParameterAnnotations: 
      0:
        org.eclipse.jetty.util.annotation.Name(value = "name", description = "attribute name")
    MethodParameters:
      Name  Flags
      name  
}
SourceFile: "ContextHandlerMBean.java"
    RuntimeVisibleAnnotations: 
      org.eclipse.jetty.util.annotation.ManagedObject(value = "ContextHandler mbean wrapper")