Class CmsUgcEntryPoint

java.lang.Object
org.opencms.ugc.client.CmsUgcEntryPoint
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint

public class CmsUgcEntryPoint extends Object implements com.google.gwt.core.client.EntryPoint
Entry point for client-side form handling code for user-generated content module.

  • Constructor Details

  • Method Details

    • installJavascriptApi

      Exports the API objects as native Javascript objects.

      Parameters:
      api - the API to expose as Javascript object
    • onModuleLoad

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