Package org.opencms.ade.sitemap.shared
Class CmsSitemapAttributeData
java.lang.Object
org.opencms.ade.sitemap.shared.CmsSitemapAttributeData
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
public class CmsSitemapAttributeData
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable
The data needed by the sitemap attribute editor dialog in the sitemap editor.
-
Field Summary
Modifier and TypeFieldDescriptionprotected LinkedHashMap<String,
CmsXmlContentProperty> The attribute definitions.The attribute values.protected CmsListInfoBean
The list info bean for the sitemap configuration file.protected String
The URL to call to unlock the sitemap configuration file. -
Constructor Summary
ModifierConstructorDescriptionprotected
Default constructor for serialization.CmsSitemapAttributeData
(CmsListInfoBean sitemapInfo, Map<String, CmsXmlContentProperty> attributeDefinitions, Map<String, String> attributeValues, String unlockUrl) Creates a new instance. -
Method Summary
-
Field Details
-
m_attributeDefinitions
The attribute definitions. -
m_attributeValues
The attribute values. -
m_sitemapInfo
The list info bean for the sitemap configuration file. -
m_unlockUrl
The URL to call to unlock the sitemap configuration file.
-
-
Constructor Details
-
CmsSitemapAttributeData
protected CmsSitemapAttributeData()Default constructor for serialization.
-
Method Details
-
getAttributeDefinitions
Gets the attribute definitions.- Returns:
- the attribute definitions
-
getAttributeValues
Gets the attribute values- Returns:
- the attribute values
-
getInfo
Gets the list info for the sitemap configuration file.- Returns:
- the list info for the sitemap configuration
-
getUnlockUrl
Gets the URL which should be called to unlock the sitemap configuration- Returns:
- the URL to unlock the sitemap configuration
-
toString
-