| Interface | Description |
|---|---|
| SimpleTemplateParser.CharStepper | |
| SubTemplateProvider |
Resolver for sub-templates.
|
| Template |
Basic template implementation.
|
| ValueProvider |
Interface for resolving template values.
|
| Class | Description |
|---|---|
| MultiSubstitution |
Multiple template substitution of a template.
|
| SimpleSubstitution |
A simple substitution of a template marker with its resolved text.
|
| SimpleTemplateParser |
Simple template parser which converts text into a template.
|
| TagReference |
A tag reference.
|
| TemplateCollection |
A template which consists of a collection of templates.
|
| Text |
Raw text as a template.
|
| Enum | Description |
|---|---|
| MultiDecoration |
Possible decorations for multiple insertions.
|
| Exception | Description |
|---|---|
| UnresolvableTagError |
Runtime exception thrown if a template tag couldn't be resolved.
|