public class org.springframework.boot.web.servlet.view.MustacheView
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.web.servlet.view.MustacheView
  super_class: java.lang.Object
{
  private java.lang.Compiler compiler;
    descriptor: Ljava/lang/Compiler;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String charset;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.servlet.view.MustacheView this
         0: .line 25
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tThe import com.samskivert cannot be resolved\n\tThe import com.samskivert cannot be resolved\n\tThe import org.springframework.web cannot be resolved\n\tThe import org.springframework.web cannot be resolved\n\tAbstractTemplateView cannot be resolved to a type\n\tThe method checkResource(Locale) of type MustacheView must override or implement a supertype method\n\tThe method getApplicationContext() is undefined for the type MustacheView\n\tThe method getUrl() is undefined for the type MustacheView\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tTemplate cannot be resolved to a type\n\tThe method getApplicationContext() is undefined for the type MustacheView\n\tThe method getUrl() is undefined for the type MustacheView\n\tTemplate cannot be resolved to a type\n\tThe method compile(Reader) is undefined for the type Compiler\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.servlet.view.MustacheView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/view/MustacheView;

  public void setCompiler(java.lang.Compiler);
    descriptor: (Ljava/lang/Compiler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.servlet.view.MustacheView this
         0: .line 57
            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.boot.web.servlet.view.MustacheView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/view/MustacheView;
    MethodParameters:
          Name  Flags
      compiler  

  public void setCharset(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.boot.web.servlet.view.MustacheView this
         0: .line 65
            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.boot.web.servlet.view.MustacheView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/view/MustacheView;
    MethodParameters:
         Name  Flags
      charset  

  public boolean checkResource(java.util.Locale);
    descriptor: (Ljava/util/Locale;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.servlet.view.MustacheView this
         0: .line 70
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method checkResource(Locale) of type MustacheView must override or implement a supertype method\n\tThe method getApplicationContext() is undefined for the type MustacheView\n\tThe method getUrl() is undefined for the type MustacheView\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.servlet.view.MustacheView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/view/MustacheView;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
        Name  Flags
      locale  

  protected void renderMergedTemplateModel(java.util.Map<java.lang.String, java.lang.Object>, HttpServletRequest, HttpServletResponse);
    descriptor: (Ljava/util/Map;LHttpServletRequest;LHttpServletResponse;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.boot.web.servlet.view.MustacheView this
         0: .line 76
            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\tTemplate cannot be resolved to a type\n\tThe method getApplicationContext() is undefined for the type MustacheView\n\tThe method getUrl() is undefined for the type MustacheView\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.servlet.view.MustacheView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/view/MustacheView;
    Exceptions:
      throws java.lang.Exception
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;LHttpServletRequest;LHttpServletResponse;)V
    MethodParameters:
          Name  Flags
      model     
      request   
      response  

  private Template createTemplate(org.springframework.core.io.Resource);
    descriptor: (Lorg/springframework/core/io/Resource;)LTemplate;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.servlet.view.MustacheView this
         0: .line 84
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTemplate cannot be resolved to a type\n\tThe method compile(Reader) is undefined for the type Compiler\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.servlet.view.MustacheView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/view/MustacheView;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      resource  

  private java.io.Reader getReader(org.springframework.core.io.Resource);
    descriptor: (Lorg/springframework/core/io/Resource;)Ljava/io/Reader;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.servlet.view.MustacheView this
         0: .line 90
            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.boot.web.servlet.view.MustacheView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/view/MustacheView;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      resource  
}
SourceFile: "MustacheView.java"