| Interface | Description |
|---|---|
| IContextReceiver |
All templates have to implement this interface
|
| Class | Description |
|---|---|
| TemplateExecutor |
this class does the following:
- a template file (=input) is processed by the TemplateSplitter (see doc of .).
|
| TemplateSplitter |
This transfomrs a given ("template"-)file into another file, applying the following rules:
- normal content is transformed to a java-program
e.g.
|
| Exception | Description |
|---|---|
| TemplateExecutionException |
Copyright © 2014. All rights reserved.