Interface | Description |
---|---|
TemplateTokenRetriever |
To use the TemplateStreamer, you have to supply a TemplateTokenRetriever
to stream token values for the specific tokens.
|
Class | Description |
---|---|
TemplateJSONRetriever |
This is a TemplateStreamer that gets all the information for the tokens from
JSON object tree.
|
TemplateStreamer |
Streams a template file to a Writer object while searching for tokens,
and streaming token values in place of those token.
|