Class EnterpriseDemoEntryPoint

java.lang.Object
com.levigo.jadice.web.demo.enterprise.client.EnterpriseDemoEntryPoint
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint

public class EnterpriseDemoEntryPoint extends Object implements com.google.gwt.core.client.EntryPoint
Demo for showing some features of the Jadice Webclient-Viewer You can set URL parameters, see UrlParameterUtils.UrlParameters for a detailed list. You can show a help window for that topic. If your URL is e.g. http://127.0.0.1:1234/ente, the URL for getting help would be http://127.0.0.1:1234/ente?help
  • Constructor Details

    • EnterpriseDemoEntryPoint

      public EnterpriseDemoEntryPoint()
  • Method Details

    • onModuleLoad

      public void onModuleLoad()
      Specified by:
      onModuleLoad in interface com.google.gwt.core.client.EntryPoint