| Interface | Description | 
|---|---|
| IEngineRender | 
 A specific operational part of  
ITemplateEngine that render the template. | 
| ITemplateEngine | 
 The template engine contract. 
 | 
| ITemplateEngineRegistry | 
 A template engine registry that collaborate with  
ITemplateEngineFactory for internal use of template engine classes. | 
| Class | Description | 
|---|---|
| TemplateEngineContext | 
 The context for template instance rendering. 
 | 
| Exception | Description | 
|---|---|
| RenderingException | 
 Root exception for rendering exception cases. 
 | 
| TemplateNotAccessibleException | 
 Exception to indicate that the indicated template is not accessible, that is, doesn’t exists OR is not a file OR is not readable. 
 | 
Copyright © 2021 Albirar. All rights reserved.