Template management are delegated to delegate. Delegate must be registered to the TemplateManager before its activation (call to getManager() method).
Definition at line 47 of file TemplateManagerDelegate.java.
Public Member Functions | |
void | init () |
init template and cache management. | |
TemplateModelRoot | getTemplateModelRoot () |
initialize template structure for this request. |
void org.openmobileis.embedded.webserver.templates.TemplateManagerDelegate.init | ( | ) |
init template and cache management.
cache template is use to detect cache update during synchronization
Implemented in org.openmobileis.embedded.webserver.templates.Freemarkerv1TemplateDelegate.
Referenced by org.openmobileis.embedded.webserver.templates.TemplateManager.init().