Class JavalinJte

  • All Implemented Interfaces:
    io.javalin.rendering.FileRenderer

    
    public final class JavalinJte
     implements FileRenderer
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      JavalinJte(TemplateEngine templateEngine, Function1<Context, Boolean> isDevFunction)
      JavalinJte(TemplateEngine templateEngine)
      JavalinJte()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String render(String filePath, Map<String, Object> model, Context context)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JavalinJte

        JavalinJte(TemplateEngine templateEngine, Function1<Context, Boolean> isDevFunction)
      • JavalinJte

        JavalinJte(TemplateEngine templateEngine)
      • JavalinJte

        JavalinJte()