public interface BroadleafTemplateNonVoidElement extends BroadleafTemplateElement
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.BroadleafTemplateContext} for how to create these elements| Modifier and Type | Method and Description |
|---|---|
void |
addChild(BroadleafTemplateElement child)
Adds a child element to this element.
|
void addChild(BroadleafTemplateElement child)
Copyright © 2020. All rights reserved.