public class ExtendSectionSegment extends AbstractSectionSegment
segments| Constructor and Description |
|---|
ExtendSectionSegment(String text,
TemplateSegment template) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Appendable appendable,
ExecutionContext context)
Execute this segment (e.g. write down some variable value).
|
protected void |
executeNoDefiningLookup(Appendable appendable,
ExecutionContext context) |
SegmentType |
getType() |
getContainingLiteralBlock, getLiteralBlock, performPostProcessingaddSegment, getSegmentName, getSegments, getSegmentsSize, iteratorappend, getDefaultEndDelimiter, getDefaultStartDelimiter, getEngine, getEngineConfiguration, getTagLiteral, getTemplate, getText, checkModificationAllowed, isReadOnly, toStringpublic ExtendSectionSegment(String text, TemplateSegment template)
public SegmentType getType()
public void execute(Appendable appendable, ExecutionContext context)
Segmentexecute in interface Segmentexecute in class AbstractContainerSegmentprotected void executeNoDefiningLookup(Appendable appendable, ExecutionContext context)
Copyright © 2013. All Rights Reserved.