public abstract class org.springframework.web.context.AbstractContextLoaderInitializer implements org.springframework.web.WebApplicationInitializer
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.web.context.AbstractContextLoaderInitializer
  super_class: java.lang.Object
{
  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.context.AbstractContextLoaderInitializer this
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 45
            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.context.AbstractContextLoaderInitializer.logger:Lorg/apache/commons/logging/Log;
         2: .line 42
            return
        end local 0 // org.springframework.web.context.AbstractContextLoaderInitializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/web/context/AbstractContextLoaderInitializer;

  public void onStartup(javax.servlet.ServletContext);
    descriptor: (Ljavax/servlet/ServletContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.web.context.AbstractContextLoaderInitializer this
        start local 1 // javax.servlet.ServletContext servletContext
         0: .line 50
            aload 0 /* this */
            aload 1 /* servletContext */
            invokevirtual org.springframework.web.context.AbstractContextLoaderInitializer.registerContextLoaderListener:(Ljavax/servlet/ServletContext;)V
         1: .line 51
            return
        end local 1 // javax.servlet.ServletContext servletContext
        end local 0 // org.springframework.web.context.AbstractContextLoaderInitializer this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/springframework/web/context/AbstractContextLoaderInitializer;
            0    2     1  servletContext  Ljavax/servlet/ServletContext;
    Exceptions:
      throws javax.servlet.ServletException
    MethodParameters:
                Name  Flags
      servletContext  

  protected void registerContextLoaderListener(javax.servlet.ServletContext);
    descriptor: (Ljavax/servlet/ServletContext;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.context.AbstractContextLoaderInitializer this
         0: .line 64
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method addListener(ContextLoaderListener) is undefined for the type ServletContext\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.context.AbstractContextLoaderInitializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/context/AbstractContextLoaderInitializer;
    MethodParameters:
                Name  Flags
      servletContext  

  protected abstract org.springframework.web.context.WebApplicationContext createRootApplicationContext();
    descriptor: ()Lorg/springframework/web/context/WebApplicationContext;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  protected org.springframework.context.ApplicationContextInitializer<?>[] getRootApplicationContextInitializers();
    descriptor: ()[Lorg/springframework/context/ApplicationContextInitializer;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.context.AbstractContextLoaderInitializer this
         0: .line 95
            aconst_null
            areturn
        end local 0 // org.springframework.web.context.AbstractContextLoaderInitializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/context/AbstractContextLoaderInitializer;
    Signature: ()[Lorg/springframework/context/ApplicationContextInitializer<*>;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
}
SourceFile: "AbstractContextLoaderInitializer.java"