Modifier and Type | Method and Description |
---|---|
DocumentGenerater<TemplateEngine> |
CodeGeneratorDefault.getGenerater() |
Modifier and Type | Method and Description |
---|---|
void |
CodeGeneratorDefault.setGenerater(DocumentGenerater<TemplateEngine> generater) |
Modifier and Type | Method and Description |
---|---|
TemplateEngine |
DocumentGeneraterImpl.getTemplateGenerater() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentGeneraterImpl.setTemplateGenerater(TemplateEngine generater) |
Modifier and Type | Method and Description |
---|---|
TemplateEngine |
TinyTemplateLayoutView.getTemplateEngine() |
Modifier and Type | Method and Description |
---|---|
void |
TinyTemplateLayoutView.setTemplateEngine(TemplateEngine templateEngine) |
void |
TinyTemplateLayoutViewResolver.setTemplateEngine(TemplateEngine templateEngine) |
Modifier and Type | Method and Description |
---|---|
TemplateEngine |
TinyTemplateLayoutView.getTemplateEngine() |
TemplateEngine |
TemplateServlet.getTemplateEngine() |
Modifier and Type | Method and Description |
---|---|
void |
TinyTemplateLayoutView.setTemplateEngine(TemplateEngine templateEngine) |
void |
TinyTemplateLayoutViewResolver.setTemplateEngine(TemplateEngine templateEngine) |
void |
TemplateServlet.setTemplateEngine(TemplateEngine templateEngine) |
Modifier and Type | Method and Description |
---|---|
TemplateEngine |
TemplateEngine.addResourceLoader(ResourceLoader resourceLoader)
添加类型加载器
|
TemplateEngine |
TemplateEngine.addTemplateFunction(TemplateFunction function)
添加函数
|
TemplateEngine |
ResourceLoader.getTemplateEngine()
获取模板引擎
|
TemplateEngine |
Macro.getTemplateEngine()
获得模板引擎
|
TemplateEngine |
TemplateFunction.getTemplateEngine()
返回模板引擎
|
TemplateEngine |
Template.getTemplateEngine()
返回模板引擎
|
TemplateEngine |
TemplateRender.getTemplateEngine() |
TemplateEngine |
TemplateEngine.setEncode(String encode)
设置编码
|
TemplateEngine |
TemplateEngine.setI18nVisitor(I18nVisitor i18nVistor)
设置
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceLoader.setTemplateEngine(TemplateEngine templateEngine)
注入模板引擎
|
void |
Macro.setTemplateEngine(TemplateEngine templateEngine)
设置模板引擎
|
void |
TemplateFunction.setTemplateEngine(TemplateEngine templateEngine)
设置模板引擎
|
void |
Template.setTemplateEngine(TemplateEngine templateEngine)
设置对应的模板引擎
|
void |
TemplateRender.setTemplateEngine(TemplateEngine engine) |
Modifier and Type | Method and Description |
---|---|
TemplateEngine |
TinyTemplateConfigProcessor.getTemplateEngine() |
Modifier and Type | Method and Description |
---|---|
void |
TinyTemplateConfigProcessor.setTemplateEngine(TemplateEngine templateEngine) |
Modifier and Type | Method and Description |
---|---|
TemplateEngine |
TinyMacroFileProcessor.getEngine() |
Modifier and Type | Method and Description |
---|---|
void |
TinyMacroFileProcessor.setEngine(TemplateEngine engine) |
Modifier and Type | Method and Description |
---|---|
TemplateEngine |
AbstractTemplateFunction.getTemplateEngine() |
TemplateEngine |
AbstractFunctionWrapper.getTemplateEngine() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTemplateFunction.setTemplateEngine(TemplateEngine templateEngine) |
void |
AbstractFunctionWrapper.setTemplateEngine(TemplateEngine templateEngine) |
Modifier and Type | Class and Description |
---|---|
class |
TemplateEngineDefault
模板引擎实现类
Created by luoguo on 2014/6/6.
|
Modifier and Type | Field and Description |
---|---|
protected TemplateEngine |
AbstractTemplate.templateEngine |
Modifier and Type | Method and Description |
---|---|
TemplateEngine |
TemplateRenderDefault.getTemplateEngine() |
TemplateEngine |
AbstractTemplate.getTemplateEngine() |
TemplateEngine |
AbstractMacro.getTemplateEngine() |
Modifier and Type | Method and Description |
---|---|
void |
TemplateRenderDefault.setTemplateEngine(TemplateEngine engine) |
void |
AbstractTemplate.setTemplateEngine(TemplateEngine templateEngine) |
void |
AbstractMacro.setTemplateEngine(TemplateEngine templateEngine) |
Modifier and Type | Method and Description |
---|---|
TemplateEngine |
MacroFromContext.getTemplateEngine() |
Modifier and Type | Method and Description |
---|---|
void |
MacroFromContext.setTemplateEngine(TemplateEngine engine) |
Modifier and Type | Method and Description |
---|---|
TemplateEngine |
AbstractResourceLoader.getTemplateEngine() |
Modifier and Type | Method and Description |
---|---|
void |
FileResourceManager.addResources(TemplateEngine engine,
FileObject root,
String templateExtName,
String layoutExtName,
String componentExtName)
批量增加某个VFS路径下的模板引擎相关资源
|
void |
FileResourceManager.addResources(TemplateEngine engine,
FileObject root,
String templateExtName,
String layoutExtName,
String componentExtName,
boolean logTag)
批量增加某个VFS路径下的模板引擎相关资源
|
void |
FileResourceManager.addResources(TemplateEngine engine,
String resource,
String templateExtName,
String layoutExtName,
String componentExtName)
批量增加某个VFS路径下的模板引擎相关资源
|
void |
FileResourceManager.removeResources(TemplateEngine engine,
FileObject root,
String templateExtName,
String layoutExtName,
String componentExtName)
批量删除某个VFS路径下的模板引擎相关资源
|
void |
FileResourceManager.removeResources(TemplateEngine engine,
String resource,
String templateExtName,
String layoutExtName,
String componentExtName)
批量删除某个VFS路径下的模板引擎相关资源
|
void |
AbstractResourceLoader.setTemplateEngine(TemplateEngine templateEngine) |
Modifier and Type | Method and Description |
---|---|
TemplateEngine |
FullTextTemplateProcessor.getTemplateEngine() |
Modifier and Type | Method and Description |
---|---|
void |
FullTextTemplateProcessor.setTemplateEngine(TemplateEngine templateEngine) |
Modifier and Type | Method and Description |
---|---|
void |
FileScanner.setEngine(TemplateEngine engine) |
Modifier and Type | Method and Description |
---|---|
void |
FileScannerImpl.setEngine(TemplateEngine engine) |
Modifier and Type | Method and Description |
---|---|
TemplateEngine |
TinyMacroProcessor.getEngine() |
TemplateEngine |
TinyJarFileProcessor.getEngine() |
TemplateEngine |
TinyLocalPathProcessor.getEngine() |
Modifier and Type | Method and Description |
---|---|
void |
TinyMacroProcessor.setEngine(TemplateEngine engine) |
void |
TinyJarFileProcessor.setEngine(TemplateEngine engine) |
void |
TinyLocalPathProcessor.setEngine(TemplateEngine engine) |
Modifier and Type | Method and Description |
---|---|
TemplateEngine |
TinyTemplateLayoutView.getTemplateEngine() |
Modifier and Type | Method and Description |
---|---|
void |
TinyTemplateLayoutView.setTemplateEngine(TemplateEngine templateEngine) |
void |
TinyTemplateLayoutViewResolver.setTemplateEngine(TemplateEngine templateEngine) |
Modifier and Type | Method and Description |
---|---|
TemplateEngine |
TinyTemplateProcessor.getEngine() |
Modifier and Type | Method and Description |
---|---|
void |
TinyTemplateProcessor.setEngine(TemplateEngine engine) |
Copyright © 2006–2018 TinyGroup. All rights reserved.