Uses of Class
io.pebbletemplates.pebble.extension.ExtensionRegistry
-
Packages that use ExtensionRegistry Package Description io.pebbletemplates.pebble io.pebbletemplates.pebble.extension io.pebbletemplates.pebble.template -
-
Uses of ExtensionRegistry in io.pebbletemplates.pebble
Fields in io.pebbletemplates.pebble declared as ExtensionRegistry Modifier and Type Field Description private ExtensionRegistry
PebbleEngine. extensionRegistry
Methods in io.pebbletemplates.pebble that return ExtensionRegistry Modifier and Type Method Description ExtensionRegistry
PebbleEngine. getExtensionRegistry()
Returns the extension registry.Constructors in io.pebbletemplates.pebble with parameters of type ExtensionRegistry Constructor Description PebbleEngine(Loader<?> loader, Syntax syntax, boolean strictVariables, java.util.Locale defaultLocale, int maxRenderedSize, PebbleCache<CacheKey,java.lang.Object> tagCache, PebbleCache<java.lang.Object,PebbleTemplate> templateCache, java.util.concurrent.ExecutorService executorService, ExtensionRegistry extensionRegistry, ParserOptions parserOptions, EvaluationOptions evaluationOptions)
Constructor for the Pebble Engine given an instantiated Loader. -
Uses of ExtensionRegistry in io.pebbletemplates.pebble.extension
Methods in io.pebbletemplates.pebble.extension that return ExtensionRegistry Modifier and Type Method Description ExtensionRegistry
ExtensionRegistryFactory. buildExtensionRegistry()
-
Uses of ExtensionRegistry in io.pebbletemplates.pebble.template
Fields in io.pebbletemplates.pebble.template declared as ExtensionRegistry Modifier and Type Field Description private ExtensionRegistry
EvaluationContextImpl. extensionRegistry
All the available filters/tests/functions for this template.Methods in io.pebbletemplates.pebble.template that return ExtensionRegistry Modifier and Type Method Description ExtensionRegistry
EvaluationContextImpl. getExtensionRegistry()
Returns the extension registry used to access all of the tests/filters/functionsConstructors in io.pebbletemplates.pebble.template with parameters of type ExtensionRegistry 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.
-