|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TemplateEngine
Any template language which wants to support UI tag templating needs to provide an implementation of this interface to handle rendering the template
| Method Summary | |
|---|---|
Map |
getThemeProps(Template template)
Get's the properties for the given template. |
void |
renderTemplate(TemplateRenderingContext templateContext)
Renders the template |
| Method Detail |
|---|
void renderTemplate(TemplateRenderingContext templateContext)
throws Exception
templateContext - context for the given template.
Exception - is thrown if there is a failure when rendering.Map getThemeProps(Template template)
template - the template.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||