| Interface | Description |
|---|---|
| StaticTemplateLoader<T extends Template> |
StaticTemplateLoader loads static templates from META-INF directory at the plugin startup.
|
| Template |
Templates are use by renderers which extends
AbstractTemplateRenderer. |
| TemplateLoader<T extends Template> |
A TemplateLoader is associated to an
AbstractTemplateRenderer. |
| Class | Description |
|---|---|
| AbstractBaseParser<PARSED_OBJECT> |
Class to extends to create a custom parser without template.
|
| AbstractBaseRenderer |
This class should be extended when you want to add a Renderer without template.
|
| AbstractBaseStaticTemplateLoader<T extends Template> |
This class should be extended to add a loader of static templates.
|
| AbstractBaseTemplate |
Class to be extended to create a new template.
|
| AbstractTemplateParser<TEMPLATE,PARSED_OBJECT> |
Class to extends in order to have.
|
| AbstractTemplateRenderer<T> |
This class should be extended when you want to add a Renderer with template.
|
Copyright © 2013-2018–2019 SeedStack. All rights reserved.