| Package | Description |
|---|---|
| org.opencms.gwt |
Provides core support for GWT.
|
| org.opencms.gwt.shared.rpc |
Shared RPC interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
CmsResourceCategoryInfo |
CmsCoreService.getCategoryInfo(CmsUUID structureId) |
| Modifier and Type | Method and Description |
|---|---|
CmsResourceCategoryInfo |
I_CmsCoreService.getCategoryInfo(CmsUUID structureId)
Returns the category information for the given resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsCoreServiceAsync.getCategoryInfo(CmsUUID structureId,
com.google.gwt.user.client.rpc.AsyncCallback<CmsResourceCategoryInfo> callback)
Returns the category information for the given resource.
|