Uses of Class
io.pebbletemplates.pebble.extension.ExtensionRegistry
Packages that use ExtensionRegistry
Package
Description
-
Uses of ExtensionRegistry in io.pebbletemplates.pebble
Fields in io.pebbletemplates.pebble declared as ExtensionRegistryMethods in io.pebbletemplates.pebble that return ExtensionRegistryModifier and TypeMethodDescriptionPebbleEngine.getExtensionRegistry()
Returns the extension registry.Constructors in io.pebbletemplates.pebble with parameters of type ExtensionRegistryModifierConstructorDescriptionprivate
PebbleEngine
(Loader<?> loader, Syntax syntax, boolean strictVariables, Locale defaultLocale, int maxRenderedSize, PebbleCache<CacheKey, Object> tagCache, PebbleCache<Object, PebbleTemplate> templateCache, 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 -
Uses of ExtensionRegistry in io.pebbletemplates.pebble.template
Fields in io.pebbletemplates.pebble.template declared as ExtensionRegistryModifier and TypeFieldDescriptionprivate final ExtensionRegistry
EvaluationContextImpl.extensionRegistry
All the available filters/tests/functions for this template.Methods in io.pebbletemplates.pebble.template that return ExtensionRegistryModifier and TypeMethodDescriptionEvaluationContextImpl.getExtensionRegistry()
Returns the extension registry used to access all of the tests/filters/functionsConstructors in io.pebbletemplates.pebble.template with parameters of type ExtensionRegistryModifierConstructorDescriptionEvaluationContextImpl
(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.