public abstract class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer extends org.springframework.web.context.AbstractContextLoaderInitializer
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
  super_class: org.springframework.web.context.AbstractContextLoaderInitializer
{
  public static final java.lang.String DEFAULT_SERVLET_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "dispatcher"

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.support.AbstractDispatcherServletInitializer this
         0: .line 53
            aload 0 /* this */
            invokespecial org.springframework.web.context.AbstractContextLoaderInitializer.<init>:()V
            return
        end local 0 // org.springframework.web.servlet.support.AbstractDispatcherServletInitializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/support/AbstractDispatcherServletInitializer;

  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.servlet.support.AbstractDispatcherServletInitializer this
         0: .line 62
            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.servlet.support.AbstractDispatcherServletInitializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/support/AbstractDispatcherServletInitializer;
    Exceptions:
      throws ServletException
    MethodParameters:
                Name  Flags
      servletContext  

  protected void registerDispatcherServlet(ServletContext);
    descriptor: (LServletContext;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.support.AbstractDispatcherServletInitializer this
         0: .line 78
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tServletContext cannot be resolved to a type\n\tServletRegistration cannot be resolved to a type\n\tFilter cannot be resolved to a type\n\tThe method getServletFilters() from the type AbstractDispatcherServletInitializer refers to the missing type Filter\n\tFilter cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.support.AbstractDispatcherServletInitializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/support/AbstractDispatcherServletInitializer;
    MethodParameters:
                Name  Flags
      servletContext  

  protected java.lang.String getServletName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.support.AbstractDispatcherServletInitializer this
         0: .line 115
            ldc "dispatcher"
            areturn
        end local 0 // org.springframework.web.servlet.support.AbstractDispatcherServletInitializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/support/AbstractDispatcherServletInitializer;

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

  protected org.springframework.web.servlet.FrameworkServlet createDispatcherServlet(org.springframework.web.context.WebApplicationContext);
    descriptor: (Lorg/springframework/web/context/WebApplicationContext;)Lorg/springframework/web/servlet/FrameworkServlet;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.support.AbstractDispatcherServletInitializer this
        start local 1 // org.springframework.web.context.WebApplicationContext servletAppContext
         0: .line 135
            new org.springframework.web.servlet.DispatcherServlet
            dup
            aload 1 /* servletAppContext */
            invokespecial org.springframework.web.servlet.DispatcherServlet.<init>:(Lorg/springframework/web/context/WebApplicationContext;)V
            areturn
        end local 1 // org.springframework.web.context.WebApplicationContext servletAppContext
        end local 0 // org.springframework.web.servlet.support.AbstractDispatcherServletInitializer this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lorg/springframework/web/servlet/support/AbstractDispatcherServletInitializer;
            0    1     1  servletAppContext  Lorg/springframework/web/context/WebApplicationContext;
    MethodParameters:
                   Name  Flags
      servletAppContext  

  protected org.springframework.context.ApplicationContextInitializer<?>[] getServletApplicationContextInitializers();
    descriptor: ()[Lorg/springframework/context/ApplicationContextInitializer;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.support.AbstractDispatcherServletInitializer this
         0: .line 148
            aconst_null
            areturn
        end local 0 // org.springframework.web.servlet.support.AbstractDispatcherServletInitializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/support/AbstractDispatcherServletInitializer;
    Signature: ()[Lorg/springframework/context/ApplicationContextInitializer<*>;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  protected abstract java.lang.String[] getServletMappings();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  protected Filter[] getServletFilters();
    descriptor: ()[LFilter;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.support.AbstractDispatcherServletInitializer this
         0: .line 164
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tFilter cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.support.AbstractDispatcherServletInitializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/support/AbstractDispatcherServletInitializer;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  protected FilterRegistration.Dynamic registerServletFilter(ServletContext, Filter);
    descriptor: (LServletContext;LFilter;)LFilterRegistration/Dynamic;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.web.servlet.support.AbstractDispatcherServletInitializer this
         0: .line 185
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tFilterRegistration cannot be resolved to a type\n\tServletContext cannot be resolved to a type\n\tFilter cannot be resolved to a type\n\tDynamic cannot be resolved to a type\n\tThe method getDispatcherTypes() from the type AbstractDispatcherServletInitializer refers to the missing type DispatcherType\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.support.AbstractDispatcherServletInitializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/support/AbstractDispatcherServletInitializer;
    MethodParameters:
                Name  Flags
      servletContext  
      filter          

  private java.util.EnumSet<DispatcherType> getDispatcherTypes();
    descriptor: ()Ljava/util/EnumSet;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.support.AbstractDispatcherServletInitializer this
         0: .line 206
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tDispatcherType cannot be resolved to a type\n\tDispatcherType cannot be resolved to a variable\n\tDispatcherType cannot be resolved to a variable\n\tDispatcherType cannot be resolved to a variable\n\tDispatcherType cannot be resolved to a variable\n\tDispatcherType cannot be resolved to a variable\n\tDispatcherType cannot be resolved to a variable\n\tDispatcherType cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.support.AbstractDispatcherServletInitializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/support/AbstractDispatcherServletInitializer;
    Signature: ()Ljava/util/EnumSet<LDispatcherType;>;

  protected boolean isAsyncSupported();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.support.AbstractDispatcherServletInitializer this
         0: .line 218
            iconst_1
            ireturn
        end local 0 // org.springframework.web.servlet.support.AbstractDispatcherServletInitializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/support/AbstractDispatcherServletInitializer;

  protected void customizeRegistration(ServletRegistration.Dynamic);
    descriptor: (LServletRegistration/Dynamic;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.support.AbstractDispatcherServletInitializer this
         0: .line 227
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tServletRegistration cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.support.AbstractDispatcherServletInitializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/support/AbstractDispatcherServletInitializer;
    MethodParameters:
              Name  Flags
      registration  
}
SourceFile: "AbstractDispatcherServletInitializer.java"