Class A_CmsEntryPoint

java.lang.Object
org.opencms.gwt.client.A_CmsEntryPoint
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint
Direct Known Subclasses:
CmsContainerpageEditor, CmsContentEditorEntryPoint, CmsDirectEditEntryPoint, CmsGallery, CmsPostUploadDialogEntryPoint, CmsPropertiesEntryPoint, CmsPublishEntryPoint, CmsSitemapView, CmsUpload, CmsWidgetSetEntryPoint, OpenCmsEntryPoint

public abstract class A_CmsEntryPoint extends Object implements com.google.gwt.core.client.EntryPoint
Handles exception handling and more for entry points.

Since:
8.0.0
See Also:
  • CmsLogService
  • I_CmsLogService
  • I_CmsLogServiceAsync
  • Constructor Details

  • Method Details

    • onModuleLoad

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

      protected void enableRemoteExceptionHandler()
      Enables client exception logging on the server.