Class BroadleafThymeleaf3TextElement

java.lang.Object
org.broadleafcommerce.presentation.thymeleaf3.model.BroadleafThymeleaf3TextElement
All Implemented Interfaces:
org.broadleafcommerce.presentation.model.BroadleafTemplateElement, BroadleafThymeleaf3TemplateEvent

public class BroadleafThymeleaf3TextElement extends Object implements BroadleafThymeleaf3TemplateEvent
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

Author:
Jay Aisenbrey (cja769)
  • Field Details

    • text

      protected org.thymeleaf.model.IText text
  • Constructor Details

    • BroadleafThymeleaf3TextElement

      public BroadleafThymeleaf3TextElement(org.thymeleaf.model.IText text)
  • Method Details