Example #1
0
  static {
    PLAINHTML_SYNC_SERVICE =
        JavaScriptService.forResource("exxcellent.PlainHtml.Sync", "js/Sync.PlainHtml.js");

    /* Register JavaScriptService with the global service registry.*/
    WebContainerServlet.getServiceRegistry().add(PLAINHTML_SYNC_SERVICE);
  }
Example #2
0
 static {
   WebContainerServlet.getServiceRegistry().add(ONLOAD_SERVICE);
 }
Example #3
0
 /** Register the services */
 static {
   WebContainerServlet.getServiceRegistry().add(COMPONENT_SERVICE);
 }