class org.springframework.web.servlet.view.freemarker.FreeMarkerView$GenericServletAdapter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.web.servlet.view.freemarker.FreeMarkerView$GenericServletAdapter
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.view.freemarker.FreeMarkerView$GenericServletAdapter this
         0: .line 26
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet.GenericServlet 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 import javax.servlet.ServletRequest cannot be resolved\n\tThe import javax.servlet.ServletResponse 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.HttpSession cannot be resolved\n\tThe import freemarker cannot be resolved\n\tThe import freemarker cannot be resolved\n\tThe import freemarker cannot be resolved\n\tThe import freemarker cannot be resolved\n\tThe import freemarker cannot be resolved\n\tThe import freemarker cannot be resolved\n\tThe import freemarker cannot be resolved\n\tThe import freemarker cannot be resolved\n\tThe import freemarker cannot be resolved\n\tThe import freemarker cannot be resolved\n\tThe import freemarker cannot be resolved\n\tThe import freemarker cannot be resolved\n\tThe import freemarker cannot be resolved\n\tThe import freemarker cannot be resolved\n\tThe type FreeMarkerView must implement the inherited abstract method AbstractView.renderMergedOutputModel(Map<String,Object>, HttpServletRequest, HttpServletResponse)\n\tThe type FreeMarkerView must implement the inherited abstract method AbstractTemplateView.renderMergedTemplateModel(Map<String,Object>, HttpServletRequest, HttpServletResponse)\n\tThe type FreeMarkerView must implement the inherited abstract method View.render(Map<String,?>, HttpServletRequest, HttpServletResponse)\n\tConfiguration cannot be resolved to a type\n\tTaglibFactory cannot be resolved to a type\n\tServletContextHashModel cannot be resolved to a type\n\tConfiguration cannot be resolved to a type\n\tConfiguration cannot be resolved to a type\n\tConfiguration cannot be resolved to a type\n\tConfiguration cannot be resolved to a type\n\tConfiguration cannot be resolved to a type\n\tConfiguration cannot be resolved to a type\n\tThe method getConfiguration() from the type FreeMarkerView refers to the missing type Configuration\n\tServletContext cannot be resolved to a type\n\tThe method getConfiguration() from the type FreeMarkerView refers to the missing type Configuration\n\tTaglibFactory cannot be resolved to a type\n\tTaglibFactory cannot be resolved to a type\n\tThe method getConfiguration() from the type FreeMarkerConfig refers to the missing type Configuration\n\tTaglibFactory cannot be resolved to a type\n\tThe method getTaglibFactory() from the type FreeMarkerConfig refers to the missing type TaglibFactory\n\tGenericServlet cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tServletContextHashModel cannot be resolved to a type\n\tServletContextHashModel cannot be resolved to a type\n\tThe method getObjectWrapper() from the type FreeMarkerView refers to the missing type ObjectWrapper\n\tObjectWrapper cannot be resolved to a type\n\tObjectWrapper cannot be resolved to a type\n\tThe method obtainConfiguration() from the type FreeMarkerView refers to the missing type Configuration\n\tDefaultObjectWrapperBuilder cannot be resolved to a type\n\tDefaultObjectWrapperBuilder cannot be resolved to a type\n\tConfiguration cannot be resolved to a variable\n\tThe method getTemplate(String, Locale) from the type FreeMarkerView refers to the missing type Template\n\tParseException 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\tHttpServletResponse cannot be resolved to a type\n\tSimpleHash cannot be resolved to a type\n\tThe method getTemplate(Locale) from the type FreeMarkerView refers to the missing type Template\n\tSimpleHash cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tAllHttpScopesHashModel cannot be resolved to a type\n\tAllHttpScopesHashModel cannot be resolved to a type\n\tThe method getObjectWrapper() from the type FreeMarkerView refers to the missing type ObjectWrapper\n\tThe method getServletContext() from the type WebApplicationObjectSupport refers to the missing type ServletContext\n\tFreemarkerServlet cannot be resolved to a variable\n\tTaglibFactory cannot be resolved to a type\n\tFreemarkerServlet cannot be resolved to a variable\n\tServletContextHashModel cannot be resolved to a type\n\tFreemarkerServlet cannot be resolved to a variable\n\tFreemarkerServlet cannot be resolved to a variable\n\tHttpRequestHashModel cannot be resolved to a type\n\tThe method getObjectWrapper() from the type FreeMarkerView refers to the missing type ObjectWrapper\n\tFreemarkerServlet cannot be resolved to a variable\n\tHttpRequestParametersHashModel cannot be resolved to a type\n\tHttpSessionHashModel cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tHttpSession cannot be resolved to a type\n\tHttpSessionHashModel cannot be resolved to a type\n\tThe method getObjectWrapper() from the type FreeMarkerView refers to the missing type ObjectWrapper\n\tHttpSessionHashModel cannot be resolved to a type\n\tThe method getObjectWrapper() from the type FreeMarkerView refers to the missing type ObjectWrapper\n\tTemplate cannot be resolved to a type\n\tThe method getTemplate(String, Locale) from the type FreeMarkerView refers to the missing type Template\n\tTemplate cannot be resolved to a type\n\tThe method obtainConfiguration() from the type FreeMarkerView refers to the missing type Configuration\n\tTemplateException cannot be resolved to a type\n\tGenericServlet cannot be resolved to a type\n\tServletRequest cannot be resolved to a type\n\tServletConfig cannot be resolved to a type\n\tThe method getServletName() of type FreeMarkerView.DelegatingServletConfig must override or implement a supertype method\n\tServletContext cannot be resolved to a type\n\tThe method getInitParameter(String) of type FreeMarkerView.DelegatingServletConfig must override or implement a supertype method\n\tThe method getInitParameterNames() of type FreeMarkerView.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.view.freemarker.FreeMarkerView$GenericServletAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/view/freemarker/FreeMarkerView$GenericServletAdapter;

  public void service(ServletRequest, ServletResponse);
    descriptor: (LServletRequest;LServletResponse;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.web.servlet.view.freemarker.FreeMarkerView$GenericServletAdapter this
         0: .line 403
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tServletRequest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.view.freemarker.FreeMarkerView$GenericServletAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/view/freemarker/FreeMarkerView$GenericServletAdapter;
    MethodParameters:
                 Name  Flags
      servletRequest   
      servletResponse  
}
SourceFile: "FreeMarkerView.java"
NestHost: org.springframework.web.servlet.view.freemarker.FreeMarkerView
InnerClasses:
  private GenericServletAdapter = org.springframework.web.servlet.view.freemarker.FreeMarkerView$GenericServletAdapter of org.springframework.web.servlet.view.freemarker.FreeMarkerView