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 TypeMethodDescriptionvoidAdd a new child element to the model.
-
Method Details
-
addElement
Add a new child element to the model. Adding elements conserves order in which they were added
-