| Package | Description |
|---|---|
| org.broadleafcommerce.presentation.model |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BroadleafTemplateNonVoidElement
Interface for all
BroadleafThymeleafElements that have the ability to add elements inside of it. |
| Modifier and Type | Method and Description |
|---|---|
BroadleafTemplateElement |
BroadleafTemplateContext.createStandaloneElement(String tagName) |
BroadleafTemplateElement |
BroadleafTemplateContext.createStandaloneElement(String tagName,
Map<String,String> attributes,
boolean useDoubleQuotes) |
BroadleafTemplateElement |
BroadleafTemplateContext.createTextElement(String text) |
| Modifier and Type | Method and Description |
|---|---|
void |
BroadleafTemplateNonVoidElement.addChild(BroadleafTemplateElement child)
Adds a child element to this element.
|
void |
BroadleafTemplateModel.addElement(BroadleafTemplateElement elem)
Add a new child element to the model.
|
void |
BroadleafTemplateContext.setNodeLocalVariable(BroadleafTemplateElement element,
String key,
Object value)
Sets a variable on the given
element |
void |
BroadleafTemplateContext.setNodeLocalVariables(BroadleafTemplateElement element,
Map<String,Object> variableMap)
Sets a map of variables on the give
element |
Copyright © 2020. All rights reserved.