public class org.springframework.web.servlet.handler.SimpleServletPostProcessor implements org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor, org.springframework.web.context.ServletContextAware, org.springframework.web.context.ServletConfigAware
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.web.servlet.handler.SimpleServletPostProcessor
  super_class: java.lang.Object
{
  private boolean useSharedServletConfig;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private ServletContext servletContext;
    descriptor: LServletContext;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private ServletConfig servletConfig;
    descriptor: LServletConfig;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.handler.SimpleServletPostProcessor this
         0: .line 22
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet.Servlet cannot be resolved\n\tThe import javax.servlet.ServletConfig cannot be resolved\n\tThe import javax.servlet.ServletContext cannot be resolved\n\tThe import javax.servlet.ServletException cannot be resolved\n\tThe type SimpleServletPostProcessor must implement the inherited abstract method ServletConfigAware.setServletConfig(ServletConfig)\n\tThe type SimpleServletPostProcessor must implement the inherited abstract method ServletContextAware.setServletContext(ServletContext)\n\tServletContext cannot be resolved to a type\n\tServletConfig cannot be resolved to a type\n\tServletContext cannot be resolved to a type\n\tServletContext cannot be resolved to a type\n\tServletConfig cannot be resolved to a type\n\tServletConfig cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tServletConfig cannot be resolved to a type\n\tServletConfig cannot be resolved to a type\n\tServletContext cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tThe type javax.servlet.ServletConfig cannot be resolved. It is indirectly referenced from required .class files\n\tServletConfig cannot be resolved to a type\n\tServletContext cannot be resolved to a type\n\tServletContext cannot be resolved to a type\n\tServletContext cannot be resolved to a type\n\tThe method getServletName() of type SimpleServletPostProcessor.DelegatingServletConfig must override or implement a supertype method\n\tServletContext cannot be resolved to a type\n\tThe method getServletContext() of type SimpleServletPostProcessor.DelegatingServletConfig must override or implement a supertype method\n\tServletContext cannot be resolved to a type\n\tThe method getInitParameter(String) of type SimpleServletPostProcessor.DelegatingServletConfig must override or implement a supertype method\n\tThe method getInitParameterNames() of type SimpleServletPostProcessor.DelegatingServletConfig must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.handler.SimpleServletPostProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/handler/SimpleServletPostProcessor;

  public void setUseSharedServletConfig(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.handler.SimpleServletPostProcessor this
         0: .line 88
            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.handler.SimpleServletPostProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/handler/SimpleServletPostProcessor;
    MethodParameters:
                        Name  Flags
      useSharedServletConfig  

  public void setServletContext(ServletContext);
    descriptor: (LServletContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.handler.SimpleServletPostProcessor this
         0: .line 93
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tServletContext cannot be resolved to a type\n\tServletContext cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.handler.SimpleServletPostProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/handler/SimpleServletPostProcessor;
    MethodParameters:
                Name  Flags
      servletContext  

  public void setServletConfig(ServletConfig);
    descriptor: (LServletConfig;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.handler.SimpleServletPostProcessor this
         0: .line 98
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tServletConfig cannot be resolved to a type\n\tServletConfig cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.handler.SimpleServletPostProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/handler/SimpleServletPostProcessor;
    MethodParameters:
               Name  Flags
      servletConfig  

  public java.lang.Object postProcessBeforeInitialization(java.lang.Object, java.lang.String);
    descriptor: (Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.web.servlet.handler.SimpleServletPostProcessor this
         0: .line 104
            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.handler.SimpleServletPostProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/handler/SimpleServletPostProcessor;
    Exceptions:
      throws org.springframework.beans.BeansException
    MethodParameters:
          Name  Flags
      bean      
      beanName  

  public java.lang.Object postProcessAfterInitialization(java.lang.Object, java.lang.String);
    descriptor: (Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.web.servlet.handler.SimpleServletPostProcessor this
         0: .line 110
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tServlet cannot be resolved to a type\n\tServletConfig cannot be resolved to a type\n\tServletConfig cannot be resolved to a type\n\tServletContext cannot be resolved to a type\n\tServlet 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.handler.SimpleServletPostProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/handler/SimpleServletPostProcessor;
    Exceptions:
      throws org.springframework.beans.BeansException
    MethodParameters:
          Name  Flags
      bean      
      beanName  

  public void postProcessBeforeDestruction(java.lang.Object, java.lang.String);
    descriptor: (Ljava/lang/Object;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.web.servlet.handler.SimpleServletPostProcessor this
         0: .line 127
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.handler.SimpleServletPostProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/handler/SimpleServletPostProcessor;
    Exceptions:
      throws org.springframework.beans.BeansException
    MethodParameters:
          Name  Flags
      bean      
      beanName  

  public boolean requiresDestruction(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.handler.SimpleServletPostProcessor this
         0: .line 134
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tServlet cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.handler.SimpleServletPostProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/handler/SimpleServletPostProcessor;
    MethodParameters:
      Name  Flags
      bean  
}
SourceFile: "SimpleServletPostProcessor.java"
NestMembers:
  org.springframework.web.servlet.handler.SimpleServletPostProcessor$DelegatingServletConfig
InnerClasses:
  private DelegatingServletConfig = org.springframework.web.servlet.handler.SimpleServletPostProcessor$DelegatingServletConfig of org.springframework.web.servlet.handler.SimpleServletPostProcessor