Package 

Class JavalinPebble

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

    
    public final class JavalinPebble
     implements FileRenderer
                        
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

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

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

      • JavalinPebble

        JavalinPebble(PebbleEngine pebbleEngine)
      • JavalinPebble

        JavalinPebble()