Class BodyNode

All Implemented Interfaces:
Node, RenderableNode

public class BodyNode extends AbstractRenderableNode
  • Field Details

    • children

      private final List<RenderableNode> children
    • onlyRenderInheritanceSafeNodes

      private boolean onlyRenderInheritanceSafeNodes
      When a template extends a parent template there are very few nodes in the child that should actually get rendered such as set and import. All others should be ignored.
    • nodesToRenderInChild

      private static List<Class<? extends Node>> nodesToRenderInChild
  • Constructor Details

  • Method Details