Package io.pebbletemplates.pebble.template
-
Interface Summary Interface Description Block EvaluationContext Created by mitchell on 2016-11-13.Macro PebbleTemplate A template object constructed by an instance ofPebbleEngine
.RenderedSizeContext -
Class Summary Class Description EvaluationContextImpl An evaluation context will store all stateful data that is necessary for the evaluation of a template.EvaluationOptions Evaluation options.GlobalContext Hierarchy A data structure that represents the entire inheritance hierarchy of the current template and tracks which level in the hierarchy we are currently evaluating.MacroAttributeProvider PebbleTemplateImpl The actual implementation of a PebbleTemplatePebbleTemplateImpl.NoopWriter Scope A scope is a map of variables.ScopeChain A stack data structure used to represent the scope of variables that are currently accessible.