| Package | Description |
|---|---|
| org.broadleafcommerce.presentation.thymeleaf3.model |
| Modifier and Type | Class and Description |
|---|---|
class |
BroadleafThymeleaf3NonVoidElement
Class used to encapsulate the Thymeleaf 3 version of a non void element which consists of an open tag, close tag,
and children elements who can either be other non void elements, standalone elements, or text elements.
|
class |
BroadleafThymeleaf3StandaloneElement
Class used to encapsulate the Thymeleaf 3 version of a standalone tag which is a void tag.
|
class |
BroadleafThymeleaf3TextElement
Class that's used for encapsulating a Thymeleaf 3 text node
Note that this is only for use inside of the Broadleaf common layer for Thymeleaf module
|
Copyright © 2021. All rights reserved.