Uses of Class
io.pebbletemplates.pebble.template.Hierarchy
-
Packages that use Hierarchy Package Description io.pebbletemplates.pebble.template -
-
Uses of Hierarchy in io.pebbletemplates.pebble.template
Fields in io.pebbletemplates.pebble.template declared as Hierarchy Modifier and Type Field Description private Hierarchy
EvaluationContextImpl. hierarchy
A template will look to it's parent and children for overridden macros and other features; this inheritance chain will help the template keep track of where in the inheritance chain it currently is.Methods in io.pebbletemplates.pebble.template that return Hierarchy Modifier and Type Method Description Hierarchy
EvaluationContextImpl. getHierarchy()
Returns the data structure representing the entire hierarchy of the template currently being evaluated.Constructors in io.pebbletemplates.pebble.template with parameters of type Hierarchy Constructor Description EvaluationContextImpl(PebbleTemplateImpl self, boolean strictVariables, java.util.Locale locale, int maxRenderedSize, ExtensionRegistry extensionRegistry, PebbleCache<CacheKey,java.lang.Object> tagCache, java.util.concurrent.ExecutorService executorService, java.util.List<PebbleTemplateImpl> importedTemplates, java.util.Map<java.lang.String,PebbleTemplateImpl> namedImportedTemplates, ScopeChain scopeChain, Hierarchy hierarchy, EvaluationOptions evaluationOptions)
Constructor used to provide all final variables.
-