| Package | Description |
|---|---|
| org.opencms.gwt |
Provides core support for GWT.
|
| org.opencms.gwt.shared |
Core shared stuff.
|
| org.opencms.gwt.shared.rpc |
Shared RPC interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
CmsCoreData |
CmsGwtActionElement.getCoreData()
Returns the needed server data for client-side usage.
|
CmsCoreData |
CmsCoreService.prefetch() |
static CmsCoreData |
CmsCoreService.prefetch(javax.servlet.http.HttpServletRequest request)
Fetches the core data.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
CmsGwtActionElement.exportCommon(CmsObject cms,
CmsCoreData coreData)
Returns the serialized data for the core provider wrapped into a script tag.
|
| Constructor and Description |
|---|
CmsCoreData(CmsCoreData clone)
Clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CmsCoreData |
I_CmsCoreService.prefetch()
Generates core data for prefetching in the host page.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsCoreServiceAsync.prefetch(com.google.gwt.user.client.rpc.AsyncCallback<CmsCoreData> callback)
Generates core data for prefetching in the host page.
|