Package | Description |
---|---|
com.github.mustachejava.codes |
Modifier and Type | Class and Description |
---|---|
class |
CommentCode |
class |
DefaultMustache
Default Mustache
|
class |
ExtendCheckNameCode
Name a section: {{$name}}...{{/name}}
|
class |
ExtendCode
Extending a template through in-place replacement of the overridden codes.
|
class |
ExtendNameCode
Name a section: {{$name}}...{{/name}}
|
class |
IterableCode |
class |
NotIterableCode
Runs the enclosed template once if the value is falsey.
|
class |
PartialCode |
class |
ValueCode
Output a value
|
class |
WriteCode
Write template text.
|
Copyright © 2018. All rights reserved.