public class org.springframework.web.servlet.mvc.ServletWrappingController extends org.springframework.web.servlet.mvc.AbstractController implements org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.web.servlet.mvc.ServletWrappingController
  super_class: org.springframework.web.servlet.mvc.AbstractController
{
  private java.lang.Class<? extends Servlet> servletClass;
    descriptor: Ljava/lang/Class;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/lang/Class<+LServlet;>;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

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

  private java.util.Properties initParameters;
    descriptor: Ljava/util/Properties;
    flags: (0x0002) ACC_PRIVATE

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

  private Servlet servletInstance;
    descriptor: LServlet;
    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.mvc.ServletWrappingController 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.http.HttpServletRequest cannot be resolved\n\tThe import javax.servlet.http.HttpServletResponse cannot be resolved\n\tThe type ServletWrappingController must implement the inherited abstract method Controller.handleRequest(HttpServletRequest, HttpServletResponse)\n\tThe type ServletWrappingController must implement the inherited abstract method AbstractController.handleRequestInternal(HttpServletRequest, HttpServletResponse)\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\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse 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\tServletConfig cannot be resolved to a type\n\tThe method getServletName() of type ServletWrappingController.DelegatingServletConfig must override or implement a supertype method\n\tServletContext cannot be resolved to a type\n\tThe method getServletContext() of type ServletWrappingController.DelegatingServletConfig must override or implement a supertype method\n\tThe method getServletContext() from the type WebApplicationObjectSupport refers to the missing type ServletContext\n\tThe method getInitParameter(String) of type ServletWrappingController.DelegatingServletConfig must override or implement a supertype method\n\tThe method getInitParameterNames() of type ServletWrappingController.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.mvc.ServletWrappingController this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/mvc/ServletWrappingController;

  public void setServletClass(java.lang.Class<? extends Servlet>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.mvc.ServletWrappingController this
         0: .line 114
            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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.mvc.ServletWrappingController this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/mvc/ServletWrappingController;
    Signature: (Ljava/lang/Class<+LServlet;>;)V
    MethodParameters:
              Name  Flags
      servletClass  

  public void setServletName(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.mvc.ServletWrappingController this
         0: .line 122
            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.mvc.ServletWrappingController this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/mvc/ServletWrappingController;
    MethodParameters:
             Name  Flags
      servletName  

  public void setInitParameters(java.util.Properties);
    descriptor: (Ljava/util/Properties;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.mvc.ServletWrappingController this
         0: .line 130
            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.mvc.ServletWrappingController this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/mvc/ServletWrappingController;
    MethodParameters:
                Name  Flags
      initParameters  

  public void setBeanName(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.mvc.ServletWrappingController this
         0: .line 135
            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.mvc.ServletWrappingController this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/mvc/ServletWrappingController;
    MethodParameters:
      Name  Flags
      name  

  public void afterPropertiesSet();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.mvc.ServletWrappingController this
         0: .line 152
            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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.mvc.ServletWrappingController this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/mvc/ServletWrappingController;
    Exceptions:
      throws java.lang.Exception

  protected org.springframework.web.servlet.ModelAndView handleRequestInternal(HttpServletRequest, HttpServletResponse);
    descriptor: (LHttpServletRequest;LHttpServletResponse;)Lorg/springframework/web/servlet/ModelAndView;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.web.servlet.mvc.ServletWrappingController this
         0: .line 162
            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\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.mvc.ServletWrappingController this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/mvc/ServletWrappingController;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
          Name  Flags
      request   
      response  

  public void destroy();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.mvc.ServletWrappingController this
         0: .line 177
            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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.mvc.ServletWrappingController this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/mvc/ServletWrappingController;
}
SourceFile: "ServletWrappingController.java"
NestMembers:
  org.springframework.web.servlet.mvc.ServletWrappingController$DelegatingServletConfig
InnerClasses:
  private DelegatingServletConfig = org.springframework.web.servlet.mvc.ServletWrappingController$DelegatingServletConfig of org.springframework.web.servlet.mvc.ServletWrappingController