| Package | Description |
|---|---|
| org.opencms.acacia.shared.rpc |
Contains the acacia editor RPC service interfaces.
|
| org.opencms.ade.contenteditor |
Contains server side classes for the XML content editor.
|
| Modifier and Type | Method and Description |
|---|---|
CmsEntityHtml |
I_CmsContentService.updateEntityHtml(CmsEntity entity,
java.lang.String contextUri,
java.lang.String htmlContextInfo)
Retrieves the updated entity HTML representation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsContentServiceAsync.updateEntityHtml(CmsEntity entity,
java.lang.String contextUri,
java.lang.String htmlContextInfo,
com.google.gwt.user.client.rpc.AsyncCallback<CmsEntityHtml> callback)
Retrieves the updated entity HTML representation.
|
| Modifier and Type | Method and Description |
|---|---|
CmsEntityHtml |
CmsContentService.updateEntityHtml(CmsEntity entity,
java.lang.String contextUri,
java.lang.String htmlContextInfo) |