Exemple #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);
  }
 static {
   WebContainerServlet.getServiceRegistry().add(ONLOAD_SERVICE);
 }
 /** Register the services */
 static {
   WebContainerServlet.getServiceRegistry().add(COMPONENT_SERVICE);
 }