| 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 |
|---|---|
java.util.Map<CmsGalleryType,java.util.List<CmsGalleryFolderEntry>> |
CmsVfsSitemapService.getGalleryData(java.lang.String entryPointUri) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<CmsGalleryType,java.util.List<CmsGalleryFolderEntry>> |
I_CmsSitemapService.getGalleryData(java.lang.String entryPointUri)
Returns the gallery data to this sub site.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsSitemapServiceAsync.getGalleryData(java.lang.String entryPointUri,
com.google.gwt.user.client.rpc.AsyncCallback<java.util.Map<CmsGalleryType,java.util.List<CmsGalleryFolderEntry>>> callback)
Returns the gallery data to this sub site.
|