Interface BroadleafTemplateNonVoidElement

All Superinterfaces:
BroadleafTemplateElement

public interface BroadleafTemplateNonVoidElement extends BroadleafTemplateElement
Interface for all BroadleafThymeleafElements that have the ability to add elements inside of it. An example is something like a <p>some text</p> tag as opposed to a <br /> tag that has no body.
Author:
Jay Aisenbrey (cja769)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Adds a child element to this element.
  • Method Details

    • addChild

      void addChild(BroadleafTemplateElement child)
      Adds a child element to this element. Adding elements conserves order in which they were added