Uses of Class
io.pebbletemplates.pebble.template.Hierarchy
Packages that use Hierarchy
-
Uses of Hierarchy in io.pebbletemplates.pebble.template
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.