Inheritance diagram for org.openmobileis.services.Service:
The name is set by the LocalServiceManager at launching (by reading serviceList.properties)
Definition at line 51 of file Service.java.
Public Member Functions | |
Service () | |
void | runService (HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException |
boolean | useWebCache () |
to wen server page cache management extends this method and return true. | |
String | getNavigationBarLastServiceURI () |
place the last service of the navigation bar at the specified service uri if found. | |
boolean | isNavigationService () |
String | getServiceUri () |
void | setServiceURI (String uri) |
|
place the last service of the navigation bar at the specified service uri if found. if not needed return null. Place here has a helper for all NavigationBarService to avoid this method implementation if not needed.
Definition at line 144 of file Service.java. Referenced by org.openmobileis.services.navigation.NavigationBarManager.setCurrentService(). |
|
Definition at line 151 of file Service.java. Referenced by org.openmobileis.services.TemplateService.run(), org.openmobileis.services.Service.runService(), and org.openmobileis.services.Service.Service(). |
|
to wen server page cache management extends this method and return true. Register your service with the WebPageCacheManager. Definition at line 134 of file Service.java. Referenced by org.openmobileis.services.Service.runService(). |