Class BroadleafThymeleaf3StandaloneElement
java.lang.Object
org.broadleafcommerce.presentation.thymeleaf3.model.BroadleafThymeleaf3StandaloneElement
- All Implemented Interfaces:
org.broadleafcommerce.presentation.model.BroadleafTemplateElement,BroadleafThymeleaf3TemplateEvent
public class BroadleafThymeleaf3StandaloneElement
extends Object
implements BroadleafThymeleaf3TemplateEvent
Class used to encapsulate the Thymeleaf 3 version of a standalone tag which is a void tag.
A void tag is any tag that does not have a body
Note that this is only for use inside of the Broadleaf common layer for Thymeleaf module
- Author:
- Jay Aisenbrey (cja769)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.thymeleaf.model.IStandaloneElementTag -
Constructor Summary
ConstructorsConstructorDescriptionBroadleafThymeleaf3StandaloneElement(org.thymeleaf.model.IStandaloneElementTag standaloneTag) -
Method Summary
-
Field Details
-
standaloneTag
protected org.thymeleaf.model.IStandaloneElementTag standaloneTag
-
-
Constructor Details
-
BroadleafThymeleaf3StandaloneElement
public BroadleafThymeleaf3StandaloneElement(org.thymeleaf.model.IStandaloneElementTag standaloneTag)
-
-
Method Details
-
getAllTags
- Specified by:
getAllTagsin interfaceBroadleafThymeleaf3TemplateEvent
-