public class org.springframework.web.servlet.mvc.ServletForwardingController extends org.springframework.web.servlet.mvc.AbstractController implements org.springframework.beans.factory.BeanNameAware
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.web.servlet.mvc.ServletForwardingController
  super_class: org.springframework.web.servlet.mvc.AbstractController
{
  private java.lang.String servletName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private java.lang.String beanName;
    descriptor: Ljava/lang/String;
    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.ServletForwardingController this
         0: .line 1
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe type javax.servlet.ServletResponse cannot be resolved. It is indirectly referenced from required .class files\n\tThe import javax.servlet.RequestDispatcher 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 type ServletForwardingController must implement the inherited abstract method Controller.handleRequest(HttpServletRequest, HttpServletResponse)\n\tThe type ServletForwardingController must implement the inherited abstract method AbstractController.handleRequestInternal(HttpServletRequest, HttpServletResponse)\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tServletContext cannot be resolved to a type\n\tThe method getServletContext() from the type WebApplicationObjectSupport refers to the missing type ServletContext\n\tRequestDispatcher 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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.mvc.ServletForwardingController this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/mvc/ServletForwardingController;

  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.ServletForwardingController this
         0: .line 108
            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.ServletForwardingController this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/mvc/ServletForwardingController;
    MethodParameters:
             Name  Flags
      servletName  

  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.ServletForwardingController this
         0: .line 113
            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.ServletForwardingController this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/mvc/ServletForwardingController;
    MethodParameters:
      Name  Flags
      name  

  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.ServletForwardingController this
         0: .line 122
            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\tServletContext cannot be resolved to a type\n\tThe method getServletContext() from the type WebApplicationObjectSupport refers to the missing type ServletContext\n\tRequestDispatcher 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.mvc.ServletForwardingController this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/mvc/ServletForwardingController;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
          Name  Flags
      request   
      response  

  protected boolean useInclude(HttpServletRequest, HttpServletResponse);
    descriptor: (LHttpServletRequest;LHttpServletResponse;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.web.servlet.mvc.ServletForwardingController this
         0: .line 165
            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.mvc.ServletForwardingController this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/mvc/ServletForwardingController;
    MethodParameters:
          Name  Flags
      request   
      response  
}
SourceFile: "ServletForwardingController.java"