| Package | Description |
|---|---|
| org.opencms.ade.containerpage |
Contains the container page editor service classes.
|
| org.opencms.ade.containerpage.shared.rpc |
Contains the container page editor service interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
CmsCntPageData |
CmsContainerpageActionElement.getCntPageData()
Returns the needed server data for client-side usage.
|
CmsCntPageData |
CmsContainerpageService.prefetch() |
static CmsCntPageData |
CmsContainerpageService.prefetch(javax.servlet.http.HttpServletRequest request)
Fetches the container page data.
|
| Modifier and Type | Method and Description |
|---|---|
CmsCntPageData |
I_CmsContainerpageService.prefetch()
Returns the initialization data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsContainerpageServiceAsync.prefetch(com.google.gwt.user.client.rpc.AsyncCallback<CmsCntPageData> callback)
Returns the initialization data.
|