Uses of Class
io.pebbletemplates.pebble.node.BlockNode
Packages that use BlockNode
Package
Description
-
Uses of BlockNode in io.pebbletemplates.pebble.extension
Methods in io.pebbletemplates.pebble.extension with parameters of type BlockNode -
Uses of BlockNode in io.pebbletemplates.pebble.extension.core
Methods in io.pebbletemplates.pebble.extension.core with parameters of type BlockNode -
Uses of BlockNode in io.pebbletemplates.pebble.extension.debug
Methods in io.pebbletemplates.pebble.extension.debug with parameters of type BlockNode -
Uses of BlockNode in io.pebbletemplates.pebble.node
Constructor parameters in io.pebbletemplates.pebble.node with type arguments of type BlockNodeModifierConstructorDescriptionEmbedNode(int lineNumber, Expression<?> includeExpression, MapExpression mapExpression, List<BlockNode> nodes) -
Uses of BlockNode in io.pebbletemplates.pebble.template
Method parameters in io.pebbletemplates.pebble.template with type arguments of type BlockNodeModifier and TypeMethodDescriptionvoidPebbleTemplateImpl.embedTemplate(int lineNo, Writer writer, EvaluationContextImpl context, String name, Map<?, ?> additionalVariables, List<BlockNode> overriddenBlocks) Embed a template withnameinto this template and override its child blocks.