Interface BroadleafTemplateModel


public interface BroadleafTemplateModel
The base object for making a new piece of markup using BroadleafTemplateElements. see BroadleafTemplateContext.createModel() to create an object that conforms to this interface for you
Author:
Jay Aisenbrey (cja769)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Add a new child element to the model.
  • Method Details

    • addElement

      void addElement(BroadleafTemplateElement elem)
      Add a new child element to the model. Adding elements conserves order in which they were added