public class BroadleafThymeleaf3NonVoidElement extends Object implements org.broadleafcommerce.presentation.model.BroadleafTemplateNonVoidElement, BroadleafThymeleaf3TemplateEvent
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<org.broadleafcommerce.presentation.model.BroadleafTemplateElement> |
children |
protected org.thymeleaf.model.ICloseElementTag |
closeTag |
protected org.thymeleaf.model.IOpenElementTag |
openTag |
| Constructor and Description |
|---|
BroadleafThymeleaf3NonVoidElement(org.thymeleaf.model.IOpenElementTag openTag,
org.thymeleaf.model.ICloseElementTag closeTag) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(org.broadleafcommerce.presentation.model.BroadleafTemplateElement child) |
ArrayList<org.thymeleaf.model.ITemplateEvent> |
getAllTags() |
protected org.thymeleaf.model.IOpenElementTag openTag
protected org.thymeleaf.model.ICloseElementTag closeTag
protected ArrayList<org.broadleafcommerce.presentation.model.BroadleafTemplateElement> children
public BroadleafThymeleaf3NonVoidElement(org.thymeleaf.model.IOpenElementTag openTag,
org.thymeleaf.model.ICloseElementTag closeTag)
public void addChild(org.broadleafcommerce.presentation.model.BroadleafTemplateElement child)
addChild in interface org.broadleafcommerce.presentation.model.BroadleafTemplateNonVoidElementpublic ArrayList<org.thymeleaf.model.ITemplateEvent> getAllTags()
getAllTags in interface BroadleafThymeleaf3TemplateEventCopyright © 2021. All rights reserved.