public class io.vertx.ext.web.templ.mvel.impl.MVELTemplateEngineImpl extends io.vertx.ext.web.common.template.CachingTemplateEngine<org.mvel2.templates.CompiledTemplate> implements io.vertx.ext.web.templ.mvel.MVELTemplateEngine
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.web.templ.mvel.impl.MVELTemplateEngineImpl
  super_class: io.vertx.ext.web.common.template.CachingTemplateEngine
{
  private final io.vertx.core.Vertx vertx;
    descriptor: Lio/vertx/core/Vertx;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.vertx.core.Vertx, java.lang.String);
    descriptor: (Lio/vertx/core/Vertx;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.templ.mvel.impl.MVELTemplateEngineImpl this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // java.lang.String extension
         0: .line 45
            aload 0 /* this */
            aload 1 /* vertx */
            aload 2 /* extension */
            invokespecial io.vertx.ext.web.common.template.CachingTemplateEngine.<init>:(Lio/vertx/core/Vertx;Ljava/lang/String;)V
         1: .line 46
            aload 0 /* this */
            aload 1 /* vertx */
            putfield io.vertx.ext.web.templ.mvel.impl.MVELTemplateEngineImpl.vertx:Lio/vertx/core/Vertx;
         2: .line 47
            return
        end local 2 // java.lang.String extension
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.ext.web.templ.mvel.impl.MVELTemplateEngineImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lio/vertx/ext/web/templ/mvel/impl/MVELTemplateEngineImpl;
            0    3     1      vertx  Lio/vertx/core/Vertx;
            0    3     2  extension  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      vertx      
      extension  

  public void render(java.util.Map<java.lang.String, java.lang.Object>, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.buffer.Buffer>>);
    descriptor: (Ljava/util/Map;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=4
        start local 0 // io.vertx.ext.web.templ.mvel.impl.MVELTemplateEngineImpl this
        start local 1 // java.util.Map context
        start local 2 // java.lang.String templateFile
        start local 3 // io.vertx.core.Handler handler
         0: .line 52
            aload 0 /* this */
            aload 2 /* templateFile */
            invokevirtual io.vertx.ext.web.templ.mvel.impl.MVELTemplateEngineImpl.adjustLocation:(Ljava/lang/String;)Ljava/lang/String;
            astore 4 /* src */
        start local 4 // java.lang.String src
         1: .line 53
            aload 0 /* this */
            aload 4 /* src */
            invokevirtual io.vertx.ext.web.templ.mvel.impl.MVELTemplateEngineImpl.getTemplate:(Ljava/lang/String;)Lio/vertx/ext/web/common/template/impl/TemplateHolder;
            astore 5 /* template */
        start local 5 // io.vertx.ext.web.common.template.impl.TemplateHolder template
         2: .line 55
            aload 5 /* template */
            ifnonnull 18
         3: .line 56
            aload 4 /* src */
            bipush 47
            invokevirtual java.lang.String.lastIndexOf:(I)I
            istore 6 /* idx */
        start local 6 // int idx
         4: .line 57
            ldc ""
            astore 7 /* baseDir */
        start local 7 // java.lang.String baseDir
         5: .line 58
            iload 6 /* idx */
            iconst_m1
            if_icmpeq 7
         6: .line 59
            aload 4 /* src */
            iconst_0
            iload 6 /* idx */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 7 /* baseDir */
         7: .line 62
      StackMap locals: io.vertx.ext.web.templ.mvel.impl.MVELTemplateEngineImpl java.util.Map java.lang.String io.vertx.core.Handler java.lang.String io.vertx.ext.web.common.template.impl.TemplateHolder int java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.templ.mvel.impl.MVELTemplateEngineImpl.vertx:Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.fileSystem:()Lio/vertx/core/file/FileSystem;
            aload 4 /* src */
            invokeinterface io.vertx.core.file.FileSystem.existsBlocking:(Ljava/lang/String;)Z
            ifne 10
         8: .line 63
            aload 3 /* handler */
            new java.lang.StringBuilder
            dup
            ldc "Cannot find template "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* src */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         9: .line 64
            return
        10: .line 67
      StackMap locals:
      StackMap stack:
            new io.vertx.ext.web.common.template.impl.TemplateHolder
            dup
        11: .line 70
            aload 0 /* this */
            getfield io.vertx.ext.web.templ.mvel.impl.MVELTemplateEngineImpl.vertx:Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.fileSystem:()Lio/vertx/core/file/FileSystem;
        12: .line 71
            aload 4 /* src */
            invokeinterface io.vertx.core.file.FileSystem.readFileBlocking:(Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
        13: .line 72
            invokestatic java.nio.charset.Charset.defaultCharset:()Ljava/nio/charset/Charset;
            invokeinterface io.vertx.core.buffer.Buffer.toString:(Ljava/nio/charset/Charset;)Ljava/lang/String;
        14: .line 69
            invokestatic org.mvel2.templates.TemplateCompiler.compileTemplate:(Ljava/lang/String;)Lorg/mvel2/templates/CompiledTemplate;
        15: .line 73
            aload 7 /* baseDir */
        16: .line 67
            invokespecial io.vertx.ext.web.common.template.impl.TemplateHolder.<init>:(Ljava/lang/Object;Ljava/lang/String;)V
            astore 5 /* template */
        17: .line 75
            aload 0 /* this */
            aload 4 /* src */
            aload 5 /* template */
            invokevirtual io.vertx.ext.web.templ.mvel.impl.MVELTemplateEngineImpl.putTemplate:(Ljava/lang/String;Lio/vertx/ext/web/common/template/impl/TemplateHolder;)Lio/vertx/ext/web/common/template/impl/TemplateHolder;
            pop
        end local 7 // java.lang.String baseDir
        end local 6 // int idx
        18: .line 78
      StackMap locals:
      StackMap stack:
            aload 5 /* template */
            invokevirtual io.vertx.ext.web.common.template.impl.TemplateHolder.template:()Ljava/lang/Object;
            checkcast org.mvel2.templates.CompiledTemplate
            astore 6 /* mvel */
        start local 6 // org.mvel2.templates.CompiledTemplate mvel
        19: .line 79
            aload 5 /* template */
            invokevirtual io.vertx.ext.web.common.template.impl.TemplateHolder.baseDir:()Ljava/lang/String;
            astore 7 /* baseDir */
        start local 7 // java.lang.String baseDir
        20: .line 81
            aload 3 /* handler */
        21: .line 83
            new org.mvel2.templates.TemplateRuntime
            dup
            aload 6 /* mvel */
            invokevirtual org.mvel2.templates.CompiledTemplate.getTemplate:()[C
            aconst_null
            aload 6 /* mvel */
            invokevirtual org.mvel2.templates.CompiledTemplate.getRoot:()Lorg/mvel2/templates/res/Node;
            aload 7 /* baseDir */
            invokespecial org.mvel2.templates.TemplateRuntime.<init>:([CLorg/mvel2/templates/TemplateRegistry;Lorg/mvel2/templates/res/Node;Ljava/lang/String;)V
        22: .line 84
            new org.mvel2.util.StringAppender
            dup
            invokespecial org.mvel2.util.StringAppender.<init>:()V
            aload 1 /* context */
            new org.mvel2.integration.impl.ImmutableDefaultFactory
            dup
            invokespecial org.mvel2.integration.impl.ImmutableDefaultFactory.<init>:()V
            invokevirtual org.mvel2.templates.TemplateRuntime.execute:(Lorg/mvel2/util/StringAppender;Ljava/lang/Object;Lorg/mvel2/integration/VariableResolverFactory;)Ljava/lang/Object;
        23: .line 83
            checkcast java.lang.String
        24: .line 82
            invokestatic io.vertx.core.buffer.Buffer.buffer:(Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
        25: .line 81
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 7 // java.lang.String baseDir
        end local 6 // org.mvel2.templates.CompiledTemplate mvel
        end local 5 // io.vertx.ext.web.common.template.impl.TemplateHolder template
        end local 4 // java.lang.String src
        26: .line 87
            goto 29
      StackMap locals: io.vertx.ext.web.templ.mvel.impl.MVELTemplateEngineImpl java.util.Map java.lang.String io.vertx.core.Handler
      StackMap stack: java.lang.Exception
        27: astore 4 /* ex */
        start local 4 // java.lang.Exception ex
        28: .line 88
            aload 3 /* handler */
            aload 4 /* ex */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 4 // java.lang.Exception ex
        29: .line 90
      StackMap locals:
      StackMap stack:
            return
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String templateFile
        end local 1 // java.util.Map context
        end local 0 // io.vertx.ext.web.templ.mvel.impl.MVELTemplateEngineImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   30     0          this  Lio/vertx/ext/web/templ/mvel/impl/MVELTemplateEngineImpl;
            0   30     1       context  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
            0   30     2  templateFile  Ljava/lang/String;
            0   30     3       handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/buffer/Buffer;>;>;
            1   26     4           src  Ljava/lang/String;
            2   26     5      template  Lio/vertx/ext/web/common/template/impl/TemplateHolder<Lorg/mvel2/templates/CompiledTemplate;>;
            4   18     6           idx  I
            5   18     7       baseDir  Ljava/lang/String;
           19   26     6          mvel  Lorg/mvel2/templates/CompiledTemplate;
           20   26     7       baseDir  Ljava/lang/String;
           28   29     4            ex  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     9      27  Class java.lang.Exception
          10    26      27  Class java.lang.Exception
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/buffer/Buffer;>;>;)V
    MethodParameters:
              Name  Flags
      context       
      templateFile  
      handler       
}
Signature: Lio/vertx/ext/web/common/template/CachingTemplateEngine<Lorg/mvel2/templates/CompiledTemplate;>;Lio/vertx/ext/web/templ/mvel/MVELTemplateEngine;
SourceFile: "MVELTemplateEngineImpl.java"