Class RenderableNodeExpression

java.lang.Object
io.pebbletemplates.pebble.node.expression.UnaryExpression
io.pebbletemplates.pebble.node.expression.RenderableNodeExpression
All Implemented Interfaces:
Expression<Object>, Node

public class RenderableNodeExpression extends UnaryExpression
This class wraps a RenderableNode into an expression. This is used by the filter TAG to apply a filter to large chunk of template which is contained within a renderable node.