|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SnippetPart | |
|---|---|
| com.x5.template | |
| Uses of SnippetPart in com.x5.template |
|---|
| Subclasses of SnippetPart in com.x5.template | |
|---|---|
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. |
| Methods in com.x5.template that return types with arguments of type SnippetPart | |
|---|---|
java.util.List<SnippetPart> |
Snippet.getParts()
|
| Method parameters in com.x5.template with type arguments of type SnippetPart | |
|---|---|
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 parameters in com.x5.template with type arguments of type SnippetPart | |
|---|---|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||