|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.x5.template.SnippetPart
com.x5.template.SnippetTag
com.x5.template.SnippetBlockTag
public class SnippetBlockTag
| Field Summary |
|---|
| Fields inherited from class com.x5.template.SnippetTag |
|---|
tag |
| Fields inherited from class com.x5.template.SnippetPart |
|---|
snippetText |
| Constructor Summary | |
|---|---|
SnippetBlockTag(SnippetTag tagOpen,
java.util.List<SnippetPart> bodyParts,
SnippetTag tagClose,
java.lang.String origin)
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class com.x5.template.SnippetTag |
|---|
applyFiltersFirst, getBlockTagType, getDefaultValue, getFilters, getPath, getTag, isTag |
| Methods inherited from class com.x5.template.SnippetPart |
|---|
depthCheckFails, getText, isLiteral, setLiteral, setText |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SnippetBlockTag(SnippetTag tagOpen,
java.util.List<SnippetPart> bodyParts,
SnippetTag tagClose,
java.lang.String origin)
| Method Detail |
|---|
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()
SnippetPart
toString in class SnippetPartpublic SnippetTag getOpenTag()
public Snippet getBody()
public SnippetTag getCloseTag()
public boolean doSmartTrimAroundBlock()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||