Package org.opencms.ugc.client
Class CmsUgcEntryPoint
java.lang.Object
org.opencms.ugc.client.CmsUgcEntryPoint
- All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint
Entry point for client-side form handling code for user-generated content module.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Exports the API objects as native Javascript objects.void
-
Constructor Details
-
CmsUgcEntryPoint
public CmsUgcEntryPoint()
-
-
Method Details
-
installJavascriptApi
Exports the API objects as native Javascript objects.- Parameters:
api
- the API to expose as Javascript object
-
onModuleLoad
- Specified by:
onModuleLoad
in interfacecom.google.gwt.core.client.EntryPoint
- See Also:
-
EntryPoint.onModuleLoad()
-