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(ServletContext);
    descriptor: (LServletContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.context.AbstractContextLoaderInitializer this
         0: .line 49
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tServletContext cannot be resolved to a type\n\tServletException cannot be resolved to a type\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;
    Exceptions:
      throws ServletException
    MethodParameters:
                Name  Flags
      servletContext  

  protected void registerContextLoaderListener(ServletContext);
    descriptor: (LServletContext;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.context.AbstractContextLoaderInitializer this
         0: .line 59
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tServletContext cannot be resolved to a type\n\tThe method getRootApplicationContextInitializers() from the type AbstractContextLoaderInitializer refers to the missing type ApplicationContextInitializer\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 ApplicationContextInitializer<?>[] getRootApplicationContextInitializers();
    descriptor: ()[LApplicationContextInitializer;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.context.AbstractContextLoaderInitializer this
         0: .line 94
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tApplicationContextInitializer cannot be resolved to a type\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;
    Signature: ()[LApplicationContextInitializer<*>;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
}
SourceFile: "AbstractContextLoaderInitializer.java"