Class CmsSitemapAttributeData

  • All Implemented Interfaces:
    com.google.gwt.user.client.rpc.IsSerializable

    public class CmsSitemapAttributeData
    extends java.lang.Object
    implements com.google.gwt.user.client.rpc.IsSerializable
    The data needed by the sitemap attribute editor dialog in the sitemap editor.
    • Constructor Detail

      • CmsSitemapAttributeData

        public CmsSitemapAttributeData​(CmsListInfoBean sitemapInfo,
                                       java.util.Map<java.lang.String,​CmsXmlContentProperty> attributeDefinitions,
                                       java.util.Map<java.lang.String,​java.lang.String> attributeValues,
                                       java.lang.String unlockUrl)
        Creates a new instance.
        Parameters:
        sitemapInfo - the list info bean for the sitemap configuration file
        attributeDefinitions - the attribute definitions
        attributeValues - the attribute values
        unlockUrl - the URL used to unlock the configuration file
    • Method Detail

      • getAttributeValues

        public java.util.Map<java.lang.String,​java.lang.String> getAttributeValues()
        Gets the attribute values
        Returns:
        the attribute values
      • getInfo

        public CmsListInfoBean getInfo()
        Gets the list info for the sitemap configuration file.
        Returns:
        the list info for the sitemap configuration
      • getUnlockUrl

        public java.lang.String getUnlockUrl()
        Gets the URL which should be called to unlock the sitemap configuration
        Returns:
        the URL to unlock the sitemap configuration
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()