Inheritance diagram for org.openmobileis.examples.simpleappli.terminal.services.ShowDataService:
Definition at line 51 of file ShowDataService.java.
Public Member Functions | |
ShowDataService () | |
String | runTemplate (HttpServletRequest req, HttpServletResponse res, TemplateModelRoot templateData) throws ServletException, IOException |
Extends this method to develop specific process. | |
String | getServiceUri () |
String | getNavigationBarLabel (HttpServletRequest req) |
boolean | displayFormExitMessage () |
boolean | displayRecursive () |
|
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 63 of file ShowDataService.java. References org.openmobileis.examples.simpleappli.data.BaseData.getData(), and org.openmobileis.examples.simpleappli.data.BaseData.getId(). |