public abstract class org.springframework.web.servlet.FrameworkServlet extends org.springframework.web.servlet.HttpServletBean implements org.springframework.context.ApplicationContextAware
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.web.servlet.FrameworkServlet
  super_class: org.springframework.web.servlet.HttpServletBean
{
  public static final java.lang.String DEFAULT_NAMESPACE_SUFFIX;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "-servlet"

  public static final java.lang.Class<?> DEFAULT_CONTEXT_CLASS;
    descriptor: Ljava/lang/Class;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Ljava/lang/Class<*>;

  public static final java.lang.String SERVLET_CONTEXT_PREFIX;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private static final java.lang.String INIT_PARAM_DELIMITERS;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: ",; \t\n"

  private java.lang.String contextAttribute;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private java.lang.Class<?> contextClass;
    descriptor: Ljava/lang/Class;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/lang/Class<*>;

  private java.lang.String contextId;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private java.lang.String namespace;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private java.lang.String contextConfigLocation;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private final java.util.List<org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>> contextInitializers;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/springframework/context/ApplicationContextInitializer<Lorg/springframework/context/ConfigurableApplicationContext;>;>;

  private java.lang.String contextInitializerClasses;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private boolean publishContext;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean publishEvents;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean threadContextInheritable;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean dispatchOptionsRequest;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean dispatchTraceRequest;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean enableLoggingRequestDetails;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private org.springframework.web.context.WebApplicationContext webApplicationContext;
    descriptor: Lorg/springframework/web/context/WebApplicationContext;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private boolean webApplicationContextInjected;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private volatile boolean refreshEventReceived;
    descriptor: Z
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private final java.lang.Object onRefreshMonitor;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 27
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet.DispatcherType cannot be resolved\n\tThe import javax.servlet.ServletContext cannot be resolved\n\tThe import javax.servlet.ServletException cannot be resolved\n\tThe import javax.servlet.http.HttpServletRequest cannot be resolved\n\tThe import javax.servlet.http.HttpServletResponse cannot be resolved\n\tThe import javax.servlet.http.HttpServletResponseWrapper cannot be resolved\n\tThe hierarchy of the type FrameworkServlet is inconsistent\n\tServletException cannot be resolved to a type\n\tThe method getServletContext() is undefined for the type FrameworkServlet\n\tThe method initFrameworkServlet() from the type FrameworkServlet refers to the missing type ServletException\n\tServletException cannot be resolved to a type\n\tNo exception of type Object can be thrown; an exception type must be a subclass of Throwable\n\tThe method error(Object, Throwable) in the type Log is not applicable for the arguments (String, Object)\n\tNo exception of type Object can be thrown; an exception type must be a subclass of Throwable\n\tThe method getServletContext() is undefined for the type FrameworkServlet\n\tThe method getServletContext() is undefined for the type FrameworkServlet\n\tThe method getServletContext() is undefined for the type FrameworkServlet\n\tThe method getServletContext() is undefined for the type FrameworkServlet\n\tThe method getServletContext() is undefined for the type FrameworkServlet\n\tThe method getServletConfig() is undefined for the type FrameworkServlet\n\tThe method getServletContext() is undefined for the type FrameworkServlet\n\tThe method getServletConfig() is undefined for the type FrameworkServlet\n\tThe method getServletContext() is undefined for the type FrameworkServlet\n\tServletException cannot be resolved to a type\n\tThe method destroy() of type FrameworkServlet must override or implement a supertype method\n\tThe method getServletContext() is undefined for the type FrameworkServlet\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tHttpServletResponseWrapper cannot be resolved to a type\n\tThe method setHeader(String, String) of type new HttpServletResponseWrapper(){} must override or implement a supertype method\n\tHttpServletResponseWrapper cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tNo exception of type Object can be thrown; an exception type must be a subclass of Throwable\n\tType mismatch: cannot convert from Object to Throwable\n\tNo exception of type Object can be thrown; an exception type must be a subclass of Throwable\n\tNo exception of type NestedServletException can be thrown; an exception type must be a subclass of Throwable\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tDispatcherType cannot be resolved to a variable\n\tCannot infer type argument(s) for <R> map(Function<? super T,? extends R>)\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tThe method getServletConfig() is undefined for the type FrameworkServlet\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tType mismatch: cannot convert from HttpServletRequest to HttpServletRequest\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tType mismatch: cannot convert from HttpServletResponse to HttpServletResponse\n\tHttpServletResponse cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tType mismatch: cannot convert from HttpServletRequest to HttpServletRequest\n\tHttpServletRequest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;

  public void <init>(org.springframework.web.context.WebApplicationContext);
    descriptor: (Lorg/springframework/web/context/WebApplicationContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 27
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet.DispatcherType cannot be resolved\n\tThe import javax.servlet.ServletContext cannot be resolved\n\tThe import javax.servlet.ServletException cannot be resolved\n\tThe import javax.servlet.http.HttpServletRequest cannot be resolved\n\tThe import javax.servlet.http.HttpServletResponse cannot be resolved\n\tThe import javax.servlet.http.HttpServletResponseWrapper cannot be resolved\n\tThe hierarchy of the type FrameworkServlet is inconsistent\n\tServletException cannot be resolved to a type\n\tThe method getServletContext() is undefined for the type FrameworkServlet\n\tThe method initFrameworkServlet() from the type FrameworkServlet refers to the missing type ServletException\n\tServletException cannot be resolved to a type\n\tNo exception of type Object can be thrown; an exception type must be a subclass of Throwable\n\tThe method error(Object, Throwable) in the type Log is not applicable for the arguments (String, Object)\n\tNo exception of type Object can be thrown; an exception type must be a subclass of Throwable\n\tThe method getServletContext() is undefined for the type FrameworkServlet\n\tThe method getServletContext() is undefined for the type FrameworkServlet\n\tThe method getServletContext() is undefined for the type FrameworkServlet\n\tThe method getServletContext() is undefined for the type FrameworkServlet\n\tThe method getServletContext() is undefined for the type FrameworkServlet\n\tThe method getServletConfig() is undefined for the type FrameworkServlet\n\tThe method getServletContext() is undefined for the type FrameworkServlet\n\tThe method getServletConfig() is undefined for the type FrameworkServlet\n\tThe method getServletContext() is undefined for the type FrameworkServlet\n\tServletException cannot be resolved to a type\n\tThe method destroy() of type FrameworkServlet must override or implement a supertype method\n\tThe method getServletContext() is undefined for the type FrameworkServlet\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tHttpServletResponseWrapper cannot be resolved to a type\n\tThe method setHeader(String, String) of type new HttpServletResponseWrapper(){} must override or implement a supertype method\n\tHttpServletResponseWrapper cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tNo exception of type Object can be thrown; an exception type must be a subclass of Throwable\n\tType mismatch: cannot convert from Object to Throwable\n\tNo exception of type Object can be thrown; an exception type must be a subclass of Throwable\n\tNo exception of type NestedServletException can be thrown; an exception type must be a subclass of Throwable\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tDispatcherType cannot be resolved to a variable\n\tCannot infer type argument(s) for <R> map(Function<? super T,? extends R>)\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tThe method getServletConfig() is undefined for the type FrameworkServlet\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tType mismatch: cannot convert from HttpServletRequest to HttpServletRequest\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tType mismatch: cannot convert from HttpServletResponse to HttpServletResponse\n\tHttpServletResponse cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tType mismatch: cannot convert from HttpServletRequest to HttpServletRequest\n\tHttpServletRequest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    MethodParameters:
                       Name  Flags
      webApplicationContext  

  public void setContextAttribute(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 299
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
                  Name  Flags
      contextAttribute  

  public java.lang.String getContextAttribute();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 308
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void setContextClass(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 321
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    Signature: (Ljava/lang/Class<*>;)V
    MethodParameters:
              Name  Flags
      contextClass  

  public java.lang.Class<?> getContextClass();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 328
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    Signature: ()Ljava/lang/Class<*>;

  public void setContextId(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 336
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
           Name  Flags
      contextId  

  public java.lang.String getContextId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 344
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void setNamespace(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 352
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    MethodParameters:
           Name  Flags
      namespace  

  public java.lang.String getNamespace();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 360
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;

  public void setContextConfigLocation(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 369
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
                       Name  Flags
      contextConfigLocation  

  public java.lang.String getContextConfigLocation();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 377
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void setContextInitializers(org.springframework.context.ApplicationContextInitializer<?>[]);
    descriptor: ([Lorg/springframework/context/ApplicationContextInitializer;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 388
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    Signature: ([Lorg/springframework/context/ApplicationContextInitializer<*>;)V
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
              Name  Flags
      initializers  

  public void setContextInitializerClasses(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 402
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    MethodParameters:
                           Name  Flags
      contextInitializerClasses  

  public void setPublishContext(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 412
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    MethodParameters:
                Name  Flags
      publishContext  

  public void setPublishEvents(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 422
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    MethodParameters:
               Name  Flags
      publishEvents  

  public void setThreadContextInheritable(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 438
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    MethodParameters:
                          Name  Flags
      threadContextInheritable  

  public void setDispatchOptionsRequest(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 458
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    MethodParameters:
                        Name  Flags
      dispatchOptionsRequest  

  public void setDispatchTraceRequest(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 475
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    MethodParameters:
                      Name  Flags
      dispatchTraceRequest  

  public void setEnableLoggingRequestDetails(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 486
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    MethodParameters:
        Name  Flags
      enable  

  public boolean isEnableLoggingRequestDetails();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 495
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;

  public void setApplicationContext(org.springframework.context.ApplicationContext);
    descriptor: (Lorg/springframework/context/ApplicationContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 509
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    MethodParameters:
                    Name  Flags
      applicationContext  

  protected final void initServletBean();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 522
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tServletException cannot be resolved to a type\n\tThe method getServletContext() is undefined for the type FrameworkServlet\n\tThe method initFrameworkServlet() from the type FrameworkServlet refers to the missing type ServletException\n\tServletException cannot be resolved to a type\n\tNo exception of type Object can be thrown; an exception type must be a subclass of Throwable\n\tThe method error(Object, Throwable) in the type Log is not applicable for the arguments (String, Object)\n\tNo exception of type Object can be thrown; an exception type must be a subclass of Throwable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    Exceptions:
      throws ServletException

  protected org.springframework.web.context.WebApplicationContext initWebApplicationContext();
    descriptor: ()Lorg/springframework/web/context/WebApplicationContext;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 562
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method getServletContext() is undefined for the type FrameworkServlet\n\tThe method getServletContext() is undefined for the type FrameworkServlet\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;

  protected org.springframework.web.context.WebApplicationContext findWebApplicationContext();
    descriptor: ()Lorg/springframework/web/context/WebApplicationContext;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 629
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getServletContext() is undefined for the type FrameworkServlet\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  protected org.springframework.web.context.WebApplicationContext createWebApplicationContext(org.springframework.context.ApplicationContext);
    descriptor: (Lorg/springframework/context/ApplicationContext;)Lorg/springframework/web/context/WebApplicationContext;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 651
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
        Name  Flags
      parent  

  protected void configureAndRefreshWebApplicationContext(org.springframework.web.context.ConfigurableWebApplicationContext);
    descriptor: (Lorg/springframework/web/context/ConfigurableWebApplicationContext;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 683
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method getServletContext() is undefined for the type FrameworkServlet\n\tThe method getServletContext() is undefined for the type FrameworkServlet\n\tThe method getServletConfig() is undefined for the type FrameworkServlet\n\tThe method getServletContext() is undefined for the type FrameworkServlet\n\tThe method getServletConfig() is undefined for the type FrameworkServlet\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    MethodParameters:
      Name  Flags
      wac   

  protected org.springframework.web.context.WebApplicationContext createWebApplicationContext(org.springframework.web.context.WebApplicationContext);
    descriptor: (Lorg/springframework/web/context/WebApplicationContext;)Lorg/springframework/web/context/WebApplicationContext;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 715
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
        Name  Flags
      parent  

  protected void postProcessWebApplicationContext(org.springframework.web.context.ConfigurableWebApplicationContext);
    descriptor: (Lorg/springframework/web/context/ConfigurableWebApplicationContext;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 733
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    MethodParameters:
      Name  Flags
      wac   

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

  private org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext> loadInitializer(java.lang.String, org.springframework.context.ConfigurableApplicationContext);
    descriptor: (Ljava/lang/String;Lorg/springframework/context/ConfigurableApplicationContext;)Lorg/springframework/context/ApplicationContextInitializer;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 769
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    Signature: (Ljava/lang/String;Lorg/springframework/context/ConfigurableApplicationContext;)Lorg/springframework/context/ApplicationContextInitializer<Lorg/springframework/context/ConfigurableApplicationContext;>;
    MethodParameters:
           Name  Flags
      className  
      wac        

  public java.lang.String getServletContextAttributeName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 797
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;

  public final org.springframework.web.context.WebApplicationContext getWebApplicationContext();
    descriptor: ()Lorg/springframework/web/context/WebApplicationContext;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 805
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  protected void initFrameworkServlet();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 816
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \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.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    Exceptions:
      throws ServletException

  public void refresh();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 825
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;

  public void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent);
    descriptor: (Lorg/springframework/context/event/ContextRefreshedEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 839
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    MethodParameters:
       Name  Flags
      event  

  protected void onRefresh(org.springframework.context.ApplicationContext);
    descriptor: (Lorg/springframework/context/ApplicationContext;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 853
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    MethodParameters:
         Name  Flags
      context  

  public void destroy();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 862
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method destroy() of type FrameworkServlet must override or implement a supertype method\n\tThe method getServletContext() is undefined for the type FrameworkServlet\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;

  protected void service(HttpServletRequest, HttpServletResponse);
    descriptor: (LHttpServletRequest;LHttpServletResponse;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 875
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse 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.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    Exceptions:
      throws ServletException, java.io.IOException
    MethodParameters:
          Name  Flags
      request   
      response  

  protected final void doGet(HttpServletRequest, HttpServletResponse);
    descriptor: (LHttpServletRequest;LHttpServletResponse;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 895
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse 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.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    Exceptions:
      throws ServletException, java.io.IOException
    MethodParameters:
          Name  Flags
      request   
      response  

  protected final void doPost(HttpServletRequest, HttpServletResponse);
    descriptor: (LHttpServletRequest;LHttpServletResponse;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 906
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse 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.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    Exceptions:
      throws ServletException, java.io.IOException
    MethodParameters:
          Name  Flags
      request   
      response  

  protected final void doPut(HttpServletRequest, HttpServletResponse);
    descriptor: (LHttpServletRequest;LHttpServletResponse;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 917
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse 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.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    Exceptions:
      throws ServletException, java.io.IOException
    MethodParameters:
          Name  Flags
      request   
      response  

  protected final void doDelete(HttpServletRequest, HttpServletResponse);
    descriptor: (LHttpServletRequest;LHttpServletResponse;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 928
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse 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.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    Exceptions:
      throws ServletException, java.io.IOException
    MethodParameters:
          Name  Flags
      request   
      response  

  protected void doOptions(HttpServletRequest, HttpServletResponse);
    descriptor: (LHttpServletRequest;LHttpServletResponse;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 941
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tHttpServletResponseWrapper cannot be resolved to a type\n\tThe method setHeader(String, String) of type new HttpServletResponseWrapper(){} must override or implement a supertype method\n\tHttpServletResponseWrapper cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    Exceptions:
      throws ServletException, java.io.IOException
    MethodParameters:
          Name  Flags
      request   
      response  

  protected void doTrace(HttpServletRequest, HttpServletResponse);
    descriptor: (LHttpServletRequest;LHttpServletResponse;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 970
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse 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.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    Exceptions:
      throws ServletException, java.io.IOException
    MethodParameters:
          Name  Flags
      request   
      response  

  protected final void processRequest(HttpServletRequest, HttpServletResponse);
    descriptor: (LHttpServletRequest;LHttpServletResponse;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 988
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tNo exception of type Object can be thrown; an exception type must be a subclass of Throwable\n\tType mismatch: cannot convert from Object to Throwable\n\tNo exception of type Object can be thrown; an exception type must be a subclass of Throwable\n\tNo exception of type NestedServletException can be thrown; an exception type must be a subclass of Throwable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    Exceptions:
      throws ServletException, java.io.IOException
    MethodParameters:
          Name  Flags
      request   
      response  

  protected org.springframework.context.i18n.LocaleContext buildLocaleContext(HttpServletRequest);
    descriptor: (LHttpServletRequest;)Lorg/springframework/context/i18n/LocaleContext;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 1035
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tHttpServletRequest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
         Name  Flags
      request  

  protected org.springframework.web.context.request.ServletRequestAttributes buildRequestAttributes(HttpServletRequest, HttpServletResponse, org.springframework.web.context.request.RequestAttributes);
    descriptor: (LHttpServletRequest;LHttpServletResponse;Lorg/springframework/web/context/request/RequestAttributes;)Lorg/springframework/web/context/request/ServletRequestAttributes;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 1051
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
      2:
        org.springframework.lang.Nullable()
    MethodParameters:
                    Name  Flags
      request             
      response            
      previousAttributes  

  void initContextHolders(HttpServletRequest, org.springframework.context.i18n.LocaleContext, org.springframework.web.context.request.RequestAttributes);
    descriptor: (LHttpServletRequest;Lorg/springframework/context/i18n/LocaleContext;Lorg/springframework/web/context/request/RequestAttributes;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 1062
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tHttpServletRequest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
      2:
        org.springframework.lang.Nullable()
    MethodParameters:
                   Name  Flags
      request            
      localeContext      
      requestAttributes  

  void resetContextHolders(HttpServletRequest, org.springframework.context.i18n.LocaleContext, org.springframework.web.context.request.RequestAttributes);
    descriptor: (LHttpServletRequest;Lorg/springframework/context/i18n/LocaleContext;Lorg/springframework/web/context/request/RequestAttributes;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 1073
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tHttpServletRequest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
      2:
        org.springframework.lang.Nullable()
    MethodParameters:
                    Name  Flags
      request             
      prevLocaleContext   
      previousAttributes  

  void logResult(HttpServletRequest, HttpServletResponse, java.lang.Throwable, org.springframework.web.context.request.async.WebAsyncManager);
    descriptor: (LHttpServletRequest;LHttpServletResponse;Ljava/lang/Throwable;Lorg/springframework/web/context/request/async/WebAsyncManager;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 1080
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tDispatcherType cannot be resolved to a variable\n\tCannot infer type argument(s) for <R> map(Function<? super T,? extends R>)\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
      2:
        org.springframework.lang.Nullable()
      3:
    MethodParameters:
              Name  Flags
      request       
      response      
      failureCause  
      asyncManager  

  void publishRequestHandledEvent(HttpServletRequest, HttpServletResponse, long, java.lang.Throwable);
    descriptor: (LHttpServletRequest;LHttpServletResponse;JLjava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 1135
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tThe method getServletConfig() is undefined for the type FrameworkServlet\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
      2:
      3:
        org.springframework.lang.Nullable()
    MethodParameters:
              Name  Flags
      request       
      response      
      startTime     
      failureCause  

  protected java.lang.String getUsernameForRequest(HttpServletRequest);
    descriptor: (LHttpServletRequest;)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.FrameworkServlet this
         0: .line 1159
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tHttpServletRequest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.FrameworkServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/FrameworkServlet;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
         Name  Flags
      request  

  protected abstract void doService(HttpServletRequest, HttpServletResponse);
    descriptor: (LHttpServletRequest;LHttpServletResponse;)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
          Name  Flags
      request   
      response  
}
SourceFile: "FrameworkServlet.java"
NestMembers:
  org.springframework.web.servlet.FrameworkServlet$1  org.springframework.web.servlet.FrameworkServlet$ContextRefreshListener  org.springframework.web.servlet.FrameworkServlet$RequestBindingInterceptor
InnerClasses:
  private ContextRefreshListener = org.springframework.web.servlet.FrameworkServlet$ContextRefreshListener of org.springframework.web.servlet.FrameworkServlet
  private RequestBindingInterceptor = org.springframework.web.servlet.FrameworkServlet$RequestBindingInterceptor of org.springframework.web.servlet.FrameworkServlet