Interface BroadleafThymeleaf3TemplateEvent
- All Superinterfaces:
org.broadleafcommerce.presentation.model.BroadleafTemplateElement
- All Known Implementing Classes:
BroadleafThymeleaf3NonVoidElement,BroadleafThymeleaf3StandaloneElement,BroadleafThymeleaf3TextElement
public interface BroadleafThymeleaf3TemplateEvent
extends org.broadleafcommerce.presentation.model.BroadleafTemplateElement
Interface that should be implemented for all
BroadleafThymeleafElements so that
the module code can retrieve the underlying Thymeleaf 3 objects
Note that this is only for use inside of the Broadleaf common layer for Thymeleaf module- Author:
- Jay Aisenbrey (cja769)
-
Method Summary
-
Method Details
-
getAllTags
ArrayList<org.thymeleaf.model.ITemplateEvent> getAllTags()
-