| Package | Description |
|---|---|
| org.opencms.ade.sitemap |
Server side of the sitemap view.
|
| org.opencms.ade.sitemap.shared.rpc |
Shared RPC interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
CmsSitemapData |
CmsSitemapActionElement.getSitemapData()
Returns the needed server data for client-side usage.
|
static CmsSitemapData |
CmsVfsSitemapService.prefetch(javax.servlet.http.HttpServletRequest request,
java.lang.String sitemapUri)
Fetches the sitemap data.
|
CmsSitemapData |
CmsVfsSitemapService.prefetch(java.lang.String sitemapUri) |
| Modifier and Type | Method and Description |
|---|---|
CmsSitemapData |
I_CmsSitemapService.prefetch(java.lang.String sitemapUri)
Returns the initialization data for the given sitemap.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsSitemapServiceAsync.prefetch(java.lang.String sitemapUri,
com.google.gwt.user.client.rpc.AsyncCallback<CmsSitemapData> callback)
Returns the initialization data for the given sitemap.
|