| Package | Description |
|---|---|
| org.opencms.acacia.shared.rpc |
Contains the acacia editor RPC service interfaces.
|
| org.opencms.ade.contenteditor.shared |
Contains data beans used on the server side as well as on the client side of the XML content editor.
|
| Modifier and Type | Method and Description |
|---|---|
CmsContentDefinition |
I_CmsContentService.loadContentDefinition(java.lang.String entityId)
Loads the content definition for a given entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsContentServiceAsync.loadContentDefinition(java.lang.String entityId,
com.google.gwt.user.client.rpc.AsyncCallback<CmsContentDefinition> callback)
Loads the content definition for a given type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsContentDefinition
Contains all information needed for editing an XMLContent.
|