| 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 |
|---|---|
CmsSitemapCategoryData |
CmsVfsSitemapService.getCategoryData(java.lang.String entryPoint) |
| Modifier and Type | Method and Description |
|---|---|
CmsSitemapCategoryData |
I_CmsSitemapService.getCategoryData(java.lang.String entryPoint)
Gets the category data for the given entry point.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsSitemapServiceAsync.getCategoryData(java.lang.String entryPoint,
com.google.gwt.user.client.rpc.AsyncCallback<CmsSitemapCategoryData> resultCallback)
Gets the category data for the given entry point.
|