Uses of Class
io.pebbletemplates.pebble.template.Hierarchy
Packages that use Hierarchy
-
Uses of Hierarchy in io.pebbletemplates.pebble.template
Fields in io.pebbletemplates.pebble.template declared as HierarchyModifier and TypeFieldDescriptionprivate final 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 HierarchyModifier and TypeMethodDescriptionEvaluationContextImpl.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 HierarchyModifierConstructorDescriptionEvaluationContextImpl
(PebbleTemplateImpl self, boolean strictVariables, Locale locale, int maxRenderedSize, ExtensionRegistry extensionRegistry, PebbleCache<CacheKey, Object> tagCache, ExecutorService executorService, List<PebbleTemplateImpl> importedTemplates, Map<String, PebbleTemplateImpl> namedImportedTemplates, ScopeChain scopeChain, Hierarchy hierarchy, EvaluationOptions evaluationOptions) Constructor used to provide all final variables.