Interface BroadleafTemplateNonVoidElement
- All Superinterfaces:
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 TypeMethodDescriptionvoidaddChild(BroadleafTemplateElement child) Adds a child element to this element.
-
Method Details
-
addChild
Adds a child element to this element. Adding elements conserves order in which they were added
-