| Package | Description |
|---|---|
| org.opencms.ade.containerpage |
Contains the container page editor service classes.
|
| org.opencms.ade.containerpage.shared |
Contains the shared container page editor classes.
|
| 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 |
|---|---|
static java.util.List<CmsModelResourceInfo> |
CmsContainerpageService.generateModelResourceList(CmsObject cms,
java.lang.String resourceType,
java.util.List<CmsResource> modelResources,
java.util.Locale contentLocale)
Generates the model resource data list.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsModelResourceInfo> |
CmsCreateElementData.getModelResources()
Returns the model resources list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsCreateElementData.setModelResources(java.util.List<CmsModelResourceInfo> modelResources)
Sets the model resources list.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsModelResourceInfo> |
CmsContentDefinition.getModelInfos()
Returns the model file informations.
|
| Constructor and Description |
|---|
CmsContentDefinition(java.util.List<CmsModelResourceInfo> modelInfos,
java.lang.String newLink,
CmsUUID referenceId,
java.lang.String locale)
Constructor for model file informations object.
|