TemplateBlockpublic class IncludeTemplateBlock extends Object implements TemplateBlock
| Constructor | Description |
|---|---|
IncludeTemplateBlock(String attributeString,
String modelDefinitionString) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getContent(Map<String,Object> variables) |
Gets string representation for this template block.
|
String |
getModelAccessPath() |
|
String |
getModelDefinitionString() |
|
TemplateBlockType |
getTemplateBlockType() |
Used to determine template block type.
|
String |
getTemplateResource() |
|
String |
getTemplateString() |
public TemplateBlockType getTemplateBlockType()
TemplateBlockgetTemplateBlockType in interface TemplateBlockpublic String getContent(Map<String,Object> variables)
TemplateBlockgetContent in interface TemplateBlockpublic String getModelDefinitionString()
public String getTemplateResource()
public String getTemplateString()
public String getModelAccessPath()
Copyright © 2017–2020 Holisticon AG. All rights reserved.