Package org.opencms.gwt.client
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Enables client exception logging on the server.void
-
Constructor Details
-
A_CmsEntryPoint
protected A_CmsEntryPoint()Default constructor.
-
-
Method Details
-
onModuleLoad
- Specified by:
onModuleLoad
in interfacecom.google.gwt.core.client.EntryPoint
- See Also:
-
EntryPoint.onModuleLoad()
-
enableRemoteExceptionHandler
Enables client exception logging on the server.
-