Inheritance diagram for org.openmobileis.services.TemplateService:
Provide default template management that is compatible with the template synchro process. Use the IntlResourceManager to provide template with the rigth language.
Definition at line 54 of file TemplateService.java.
Public Member Functions | |
TemplateService () | |
void | run (HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException |
abstract String | runTemplate (HttpServletRequest req, HttpServletResponse res, TemplateModelRoot templateData) throws ServletException, IOException |
Extends this method to develop specific process. |
|
Extends this method to develop specific process. Return the template relatif path to be use to process TemplateModel. Implemented in org.openmobileis.embedded.webserver.test.services.HelloWorld, org.openmobileis.embedded.webserver.test.services.TestServletService, org.openmobileis.services.servlet.IndexServlet, org.openmobileis.services.SimpleEditService, org.openmobileis.synchro.openmsp.client.services.DirectSynchroService, org.openmobileis.synchro.openmsp.client.services.SynchroJournalDisplayService, and org.openmobileis.synchro.openmsp.client.services.SynchroLoginService. |