TemplateBlockpublic class IfTemplateBlock extends Object implements TemplateBlock
| Constructor | Description |
|---|---|
IfTemplateBlock(String attributeString,
String templateString) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getAccessPath() |
|
TemplateBlockBinder |
getBinder() |
|
String |
getContent(Map<String,Object> outerVariables) |
Gets string representation for this template block.
|
TemplateBlockType |
getTemplateBlockType() |
Used to determine template block type.
|
String |
getTemplateString() |
|
void |
setBinder(TemplateBlockBinder binder) |
public TemplateBlockType getTemplateBlockType()
TemplateBlockgetTemplateBlockType in interface TemplateBlockpublic String getContent(Map<String,Object> outerVariables)
TemplateBlockgetContent in interface TemplateBlockpublic TemplateBlockBinder getBinder()
public void setBinder(TemplateBlockBinder binder)
public String getAccessPath()
public String getTemplateString()
Copyright © 2017–2020 Holisticon AG. All rights reserved.