Uses of Class
io.pebbletemplates.pebble.template.EvaluationOptions
Packages that use EvaluationOptions
-
Uses of EvaluationOptions in io.pebbletemplates.pebble
Methods in io.pebbletemplates.pebble that return EvaluationOptions -
Uses of EvaluationOptions in io.pebbletemplates.pebble.template
Methods in io.pebbletemplates.pebble.template that return EvaluationOptionsModifier and TypeMethodDescriptionEvaluationContextImpl.getEvaluationOptions()Returns the evaluation options.Constructors in io.pebbletemplates.pebble.template with parameters of type EvaluationOptionsModifierConstructorDescriptionEvaluationContextImpl(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.