Package io.pebbletemplates.pebble.extension
-
Interface Summary Interface Description Extension Filter Function NamedArguments NodeVisitor Will visit all the nodes of the AST provided by the parser.NodeVisitorFactory The node visitor factory createsNodeVisitor
s.Test -
Class Summary Class Description AbstractExtension AbstractNodeVisitor A base node visitor that can be extended for the sake of using it's navigational abilities.ExtensionCustomizer Base class that allows implementing a customizer to modify Pebbles build-in extensions.ExtensionRegistry Storage for the extensions and the components retrieved from the various extensions.ExtensionRegistryFactory Provides configuration methods and builds theExtensionRegistry
.