|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
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
方法摘要 | |
---|---|
Map |
getThemeProps(Template template)
Get's the properties for the given template. |
void |
renderTemplate(TemplateRenderingContext templateContext)
Renders the template |
方法详细信息 |
---|
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.
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |