Uses of Class
io.pebbletemplates.pebble.extension.ExtensionRegistry
Packages that use ExtensionRegistry
Package
Description
-
Uses of ExtensionRegistry in io.pebbletemplates.pebble
Methods in io.pebbletemplates.pebble that return ExtensionRegistryModifier and TypeMethodDescriptionPebbleEngine.getExtensionRegistry()Returns the extension registry. -
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
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.