| Package | Description |
|---|---|
| com.x5.template |
| Modifier and Type | Class and Description |
|---|---|
class |
SnippetBlockTag |
class |
SnippetComment |
class |
SnippetError |
class |
SnippetTag |
class |
SnippetToken
SnippetToken is a string of text that was marked with _[...] for running
through the translation engine.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SnippetPart> |
Snippet.getParts() |
| Modifier and Type | Method and Description |
|---|---|
static int |
BlockTag.findMatchingBlockEnd(BlockTag helper,
java.util.List<SnippetPart> parts,
int startAt) |
void |
IfTag.renderChosenParts(java.io.Writer out,
Chunk context,
java.lang.String origin,
int depth,
java.util.List<SnippetPart> parts,
int a,
int b) |
static void |
LoopTag.smartTrimSnippetParts(java.util.List<SnippetPart> subParts,
boolean isTrimAll) |
| Constructor and Description |
|---|
Snippet(java.util.List<SnippetPart> bodyParts) |
Snippet(java.util.List<SnippetPart> bodyParts,
int from,
int to) |
SnippetBlockTag(SnippetTag tagOpen,
java.util.List<SnippetPart> bodyParts,
SnippetTag tagClose,
java.lang.String origin) |
Copyright © 2019. All Rights Reserved.