public class SnippetBlockTag extends SnippetTag
tagsnippetText| Constructor and Description |
|---|
SnippetBlockTag(SnippetTag tagOpen,
java.util.List<SnippetPart> bodyParts,
SnippetTag tagClose,
java.lang.String origin) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
doSmartTrimAroundBlock() |
Snippet |
getBody() |
SnippetTag |
getCloseTag() |
SnippetTag |
getOpenTag() |
void |
render(java.io.Writer out,
Chunk context,
java.lang.String origin,
int depth) |
java.lang.String |
toString()
toString() returns the un-interpreted content for this part
|
applyFiltersFirst, getBlockTagType, getDefaultValue, getFilters, getPath, getTag, hasBackticks, isTagdepthCheckFails, getText, isLiteral, setLiteral, setTextpublic SnippetBlockTag(SnippetTag tagOpen, java.util.List<SnippetPart> bodyParts, SnippetTag tagClose, java.lang.String origin)
public void render(java.io.Writer out,
Chunk context,
java.lang.String origin,
int depth)
throws java.io.IOException
render in class SnippetTagjava.io.IOExceptionpublic java.lang.String toString()
SnippetParttoString in class SnippetPartpublic SnippetTag getOpenTag()
public Snippet getBody()
public SnippetTag getCloseTag()
public boolean doSmartTrimAroundBlock()
Copyright © 2019. All Rights Reserved.