Uses of Class
io.pebbletemplates.pebble.PebbleEngine
-
Packages that use PebbleEngine Package Description io.pebbletemplates.pebble io.pebbletemplates.pebble.template -
-
Uses of PebbleEngine in io.pebbletemplates.pebble
Methods in io.pebbletemplates.pebble that return PebbleEngine Modifier and Type Method Description PebbleEngine
PebbleEngine.Builder. build()
Creates the PebbleEngine instance. -
Uses of PebbleEngine in io.pebbletemplates.pebble.template
Fields in io.pebbletemplates.pebble.template declared as PebbleEngine Modifier and Type Field Description private PebbleEngine
PebbleTemplateImpl. engine
A template has to store a reference to the main engine so that it can compile other templates when using the "import" or "include" tags.Constructors in io.pebbletemplates.pebble.template with parameters of type PebbleEngine Constructor Description PebbleTemplateImpl(PebbleEngine engine, RenderableNode root, java.lang.String name)
Constructor
-