public class ValueSegment extends AbstractSegment
| Constructor and Description |
|---|
ValueSegment(String text,
TemplateSegment template,
boolean unescape) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Appendable appendable,
ExecutionContext context)
Execute this segment (e.g. write down some variable value).
|
protected String |
getSegmentName() |
SegmentType |
getType() |
boolean |
isUnescape() |
append, getDefaultEndDelimiter, getDefaultStartDelimiter, getEngine, getEngineConfiguration, getLiteralBlock, getTagLiteral, getTemplate, getText, checkModificationAllowed, isReadOnly, performPostProcessing, toStringpublic ValueSegment(String text, TemplateSegment template, boolean unescape)
public SegmentType getType()
public boolean isUnescape()
public void execute(Appendable appendable, ExecutionContext context)
Segmentprotected String getSegmentName()
getSegmentName in class AbstractSegmentCopyright © 2013. All Rights Reserved.