| Package | Description |
|---|---|
| org.opencms.ade.contenteditor |
Contains server side classes for the XML content editor.
|
| Modifier and Type | Method and Description |
|---|---|
protected CmsEntity |
CmsContentService.readEntity(CmsXmlContent content,
org.dom4j.Element element,
java.util.Locale locale,
java.lang.String entityId,
java.lang.String parentPath,
java.lang.String typeName,
CmsContentTypeVisitor visitor,
boolean includeInvisible,
CmsEntity editedLocalEntity)
Parses the element into an entity.
|
protected void |
CmsContentService.transferInvisibleValues(CmsEntity original,
CmsEntity target,
CmsContentTypeVisitor visitor)
Transfers values marked as invisible from the original entity to the target entity.
|