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 () |
| |
boolean | equals (Object obj) |
int | hashCode () |
boolean org.openmobileis.services.Service.useWebCache | ( | ) |
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().
String org.openmobileis.services.Service.getNavigationBarLastServiceURI | ( | ) |
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().