Definition at line 50 of file ShowDataService.java.
Public Member Functions | |
String | runTemplate (HttpServletRequest req, HttpServletResponse res, TemplateModelRoot templateData) throws ServletException, IOException |
Extends this method to develop specific process. |
String org.openmobileis.examples.simpleappli.terminal.services.ShowDataService.runTemplate | ( | HttpServletRequest | req, | |
HttpServletResponse | res, | |||
TemplateModelRoot | templateData | |||
) | throws ServletException, IOException [virtual] |
Extends this method to develop specific process.
Return the template relatif path to be use to process TemplateModel.
Implements org.openmobileis.services.TemplateService.
Definition at line 62 of file ShowDataService.java.
References org.openmobileis.examples.simpleappli.data.BaseData.getData(), and org.openmobileis.examples.simpleappli.data.BaseData.getId().