| Package | Description |
|---|---|
| org.opencms.ade.postupload.shared | |
| org.opencms.ade.sitemap |
Server side of the sitemap view.
|
| org.opencms.ade.sitemap.shared |
Shared Client-Server side of the sitemap view.
|
| org.opencms.gwt |
Provides core support for GWT.
|
| org.opencms.gwt.shared.property |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,CmsClientProperty> |
CmsPostUploadDialogPanelBean.getProperties()
Gets the properties for the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsPostUploadDialogPanelBean.setProperties(java.util.Map<java.lang.String,CmsClientProperty> properties)
Sets the properties for the resource.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsClientProperty |
CmsVfsSitemapService.createClientProperty(CmsProperty prop,
boolean preserveOrigin)
Creates a client property bean from a server-side property.
|
| Modifier and Type | Method and Description |
|---|---|
CmsClientProperty |
CmsLocaleComparePropertyData.getInheritedProperty(java.lang.String name)
Gets the inherited property with the given name , or null if none exist.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,CmsClientProperty> |
CmsClientSitemapEntry.getDefaultFileProperties()
Returns the properties for the default file.
|
java.util.Map<java.lang.String,CmsClientProperty> |
CmsSitemapChange.getDefaultFileProperties()
Returns the change'S properties for the default file.
|
java.util.Map<java.lang.String,CmsClientProperty> |
CmsLocaleComparePropertyData.getDefaultFileProperties()
Returns the defaultFileProperties.
|
java.util.Map<java.lang.String,CmsClientProperty> |
CmsSitemapChange.getOwnInternalProperties()
Returns the properties for the entry itself.
|
java.util.Map<java.lang.String,CmsClientProperty> |
CmsModelPageEntry.getOwnProperties()
Returns the ownProperties.
|
java.util.Map<java.lang.String,CmsClientProperty> |
CmsClientSitemapEntry.getOwnProperties()
Returns the properties for the entry itself.
|
java.util.Map<java.lang.String,CmsClientProperty> |
CmsSitemapChange.getOwnProperties()
Returns the change's properties for the entry itself.
|
java.util.Map<java.lang.String,CmsClientProperty> |
CmsGalleryFolderEntry.getOwnProperties()
Returns the own properties.
|
java.util.Map<java.lang.String,CmsClientProperty> |
CmsLocaleComparePropertyData.getOwnProperties()
Returns the ownProperties.
|
java.util.Map<java.lang.String,CmsClientProperty> |
CmsSitemapData.getParentProperties()
Returns the properties of the sitemap root's parent.
|
java.util.Map<java.lang.String,CmsClientProperty> |
I_CmsSitemapController.getPropertiesForId(CmsUUID id)
Gets the property map for the given id.
|
java.util.Map<java.lang.String,CmsClientProperty> |
I_CmsSitemapController.replaceProperties(CmsUUID id,
java.util.Map<java.lang.String,CmsClientProperty> properties)
This method is used to establish a unique property map object for each id, but replaces the contents of the
map object with new values for each call.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,CmsClientProperty> |
I_CmsSitemapController.replaceProperties(CmsUUID id,
java.util.Map<java.lang.String,CmsClientProperty> properties)
This method is used to establish a unique property map object for each id, but replaces the contents of the
map object with new values for each call.
|
void |
CmsSitemapChange.setDefaultFileInternalProperties(java.util.Map<java.lang.String,CmsClientProperty> props)
Sets the properties for the default file.
|
void |
CmsClientSitemapEntry.setDefaultFileProperties(java.util.Map<java.lang.String,CmsClientProperty> properties)
Sets the properties for the default file.
|
void |
CmsLocaleComparePropertyData.setDefaultFileProperties(java.util.Map<java.lang.String,CmsClientProperty> defaultFileProperties)
Sets the defaultFileProperties.
|
void |
CmsLocaleComparePropertyData.setInheritedProperties(java.util.Map<java.lang.String,CmsClientProperty> inheritedProps)
Sets the inherited properties.
|
void |
CmsSitemapChange.setOwnInternalProperties(java.util.Map<java.lang.String,CmsClientProperty> props)
Sets the changed properties of the entry itself.
|
void |
CmsModelPageEntry.setOwnProperties(java.util.Map<java.lang.String,CmsClientProperty> ownProperties)
Sets the ownProperties.
|
void |
CmsClientSitemapEntry.setOwnProperties(java.util.Map<java.lang.String,CmsClientProperty> properties)
Sets the properties for the entry itself.
|
void |
CmsGalleryFolderEntry.setOwnProperties(java.util.Map<java.lang.String,CmsClientProperty> ownProperties)
Sets the own properties.
|
void |
CmsLocaleComparePropertyData.setOwnProperties(java.util.Map<java.lang.String,CmsClientProperty> ownProperties)
Sets the ownProperties.
|
| Constructor and Description |
|---|
CmsSitemapData(java.util.Map<java.lang.String,CmsClientTemplateBean> templates,
java.util.Map<java.lang.String,CmsXmlContentProperty> properties,
CmsSitemapClipboardData clipboardData,
java.util.List<CmsContextMenuEntryBean> contextMenuEntries,
java.util.Map<java.lang.String,CmsClientProperty> parentProperties,
java.util.List<java.lang.String> allPropNames,
java.lang.String exportRfsPrefix,
boolean isSecure,
java.lang.String noEditReason,
boolean displayToolbar,
CmsNewResourceInfo defaultNewElementInfo,
java.util.List<CmsNewResourceInfo> newElementInfos,
CmsNewResourceInfo newRedirectElementInfo,
CmsNewResourceInfo newNavigationLevelElementInfo,
CmsSitemapInfo sitemapInfo,
java.lang.String parentSitemap,
CmsClientSitemapEntry root,
java.lang.String openPath,
int maxDepth,
CmsDetailPageTable detailPageTable,
java.util.List<CmsNewResourceInfo> resourceTypeInfos,
java.lang.String returnCode,
boolean canEditDetailPages,
java.lang.String aliasImportUrl,
boolean canEditAliases,
boolean createNewFoldersForSubsitemaps,
boolean galleryManager,
boolean categoryManager,
java.util.List<CmsListInfoBean> subsitemapTypeInfos,
CmsSitemapData.EditorMode editorMode,
java.lang.String defaultGalleryFolder,
boolean showModelEditConfirm)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<java.lang.String,CmsClientProperty> |
CmsPropertyEditorHelper.convertProperties(java.util.List<CmsProperty> properties)
Converts CmsProperty objects to CmsClientProperty objects.
|
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<java.lang.String,CmsClientProperty> |
CmsClientProperty.CREATE_PROPERTY
Construction function which creates a new property with a given name.
|
| Modifier and Type | Method and Description |
|---|---|
CmsClientProperty |
CmsLazyPropertyMap.get(java.lang.Object key)
Returns the property with the given name.
|
CmsClientProperty |
CmsClientProperty.withOrigin(java.lang.String origin)
Creates a copy of the property, but changes the origin in the copy.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.lang.String,CmsClientProperty> |
CmsClientProperty.copyProperties(java.util.Map<java.lang.String,CmsClientProperty> props)
Helper method for copying a map of properties.
|
java.util.Map<java.lang.String,CmsClientProperty> |
CmsPropertiesBean.getInheritedProperties()
Returns a map of the inherited properties.
|
java.util.Map<java.lang.String,CmsClientProperty> |
CmsPropertiesBean.getOwnProperties()
Gets a map of the resource's own properties.
|
static java.util.Map<java.lang.String,CmsClientProperty> |
CmsClientProperty.makeLazyCopy(java.util.Map<java.lang.String,CmsClientProperty> properties)
Makes a "lazy copy" of a map of properties, which will create properties on lookup if they don't already exist.
|
static java.util.Map<java.lang.String,CmsClientProperty> |
CmsClientProperty.toLazyMap(java.util.Map<java.lang.String,CmsClientProperty> properties)
Creates a lazy property map which creates properties on lookup if they don'T exist.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsPathValue |
CmsClientProperty.getPathValue(CmsClientProperty property,
CmsClientProperty.Mode mode)
Gets the path value for a property object (which may be null) and a property access mode.
|
static boolean |
CmsClientProperty.isPropertyEmpty(CmsClientProperty prop)
Checks if a property is null or empty.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.lang.String,CmsClientProperty> |
CmsClientProperty.copyProperties(java.util.Map<java.lang.String,CmsClientProperty> props)
Helper method for copying a map of properties.
|
static java.util.Map<java.lang.String,CmsClientProperty> |
CmsClientProperty.makeLazyCopy(java.util.Map<java.lang.String,CmsClientProperty> properties)
Makes a "lazy copy" of a map of properties, which will create properties on lookup if they don't already exist.
|
static void |
CmsClientProperty.removeEmptyProperties(java.util.Map<java.lang.String,CmsClientProperty> props)
Helper method for removing empty properties from a map.
|
void |
CmsPropertiesBean.setInheritedProperties(java.util.Map<java.lang.String,CmsClientProperty> inheritedProperties)
Sets the inherited properties.
|
void |
CmsPropertiesBean.setOwnProperties(java.util.Map<java.lang.String,CmsClientProperty> ownProperties)
Sets the resource's own properties.
|
static java.util.Map<java.lang.String,CmsClientProperty> |
CmsClientProperty.toLazyMap(java.util.Map<java.lang.String,CmsClientProperty> properties)
Creates a lazy property map which creates properties on lookup if they don'T exist.
|
void |
CmsPropertyModification.updatePropertyInMap(java.util.Map<java.lang.String,CmsClientProperty> props)
Helper method for applying the change to a property map.
|
| Constructor and Description |
|---|
CmsClientProperty(CmsClientProperty property)
Copy constructor.
|
| Constructor and Description |
|---|
CmsLazyPropertyMap(java.util.Map<java.lang.String,CmsClientProperty> original)
Constructor.
|