Class GeneratedSiteMapConfig

    • Field Detail

      • CONFIGID

        public static final java.lang.String CONFIGID
        Qualifier of the SiteMapConfig.configId attribute
        See Also:
        Constant Field Values
      • SITEMAPLANGUAGECURRENCIES

        public static final java.lang.String SITEMAPLANGUAGECURRENCIES
        Qualifier of the SiteMapConfig.siteMapLanguageCurrencies attribute
        See Also:
        Constant Field Values
      • SITEMAPPAGES

        public static final java.lang.String SITEMAPPAGES
        Qualifier of the SiteMapConfig.siteMapPages attribute
        See Also:
        Constant Field Values
      • SITEMAPTEMPLATE

        public static final java.lang.String SITEMAPTEMPLATE
        Qualifier of the SiteMapConfig.siteMapTemplate attribute
        See Also:
        Constant Field Values
      • CUSTOMURLS

        public static final java.lang.String CUSTOMURLS
        Qualifier of the SiteMapConfig.customUrls attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedSiteMapConfig

        public GeneratedSiteMapConfig()
    • Method Detail

      • getConfigId

        public java.lang.String getConfigId​(SessionContext ctx)
        Generated method - Getter of the SiteMapConfig.configId attribute.
        Returns:
        the configId
      • getConfigId

        public java.lang.String getConfigId()
        Generated method - Getter of the SiteMapConfig.configId attribute.
        Returns:
        the configId
      • setConfigId

        public void setConfigId​(SessionContext ctx,
                                java.lang.String value)
        Generated method - Setter of the SiteMapConfig.configId attribute.
        Parameters:
        value - the configId
      • setConfigId

        public void setConfigId​(java.lang.String value)
        Generated method - Setter of the SiteMapConfig.configId attribute.
        Parameters:
        value - the configId
      • getCustomUrls

        public java.util.Collection<java.lang.String> getCustomUrls​(SessionContext ctx)
        Generated method - Getter of the SiteMapConfig.customUrls attribute.
        Returns:
        the customUrls
      • getCustomUrls

        public java.util.Collection<java.lang.String> getCustomUrls()
        Generated method - Getter of the SiteMapConfig.customUrls attribute.
        Returns:
        the customUrls
      • setCustomUrls

        public void setCustomUrls​(SessionContext ctx,
                                  java.util.Collection<java.lang.String> value)
        Generated method - Setter of the SiteMapConfig.customUrls attribute.
        Parameters:
        value - the customUrls
      • setCustomUrls

        public void setCustomUrls​(java.util.Collection<java.lang.String> value)
        Generated method - Setter of the SiteMapConfig.customUrls attribute.
        Parameters:
        value - the customUrls
      • getSiteMapLanguageCurrencies

        public java.util.Collection<SiteMapLanguageCurrency> getSiteMapLanguageCurrencies​(SessionContext ctx)
        Generated method - Getter of the SiteMapConfig.siteMapLanguageCurrencies attribute.
        Returns:
        the siteMapLanguageCurrencies
      • getSiteMapLanguageCurrencies

        public java.util.Collection<SiteMapLanguageCurrency> getSiteMapLanguageCurrencies()
        Generated method - Getter of the SiteMapConfig.siteMapLanguageCurrencies attribute.
        Returns:
        the siteMapLanguageCurrencies
      • setSiteMapLanguageCurrencies

        public void setSiteMapLanguageCurrencies​(SessionContext ctx,
                                                 java.util.Collection<SiteMapLanguageCurrency> value)
        Generated method - Setter of the SiteMapConfig.siteMapLanguageCurrencies attribute.
        Parameters:
        value - the siteMapLanguageCurrencies
      • setSiteMapLanguageCurrencies

        public void setSiteMapLanguageCurrencies​(java.util.Collection<SiteMapLanguageCurrency> value)
        Generated method - Setter of the SiteMapConfig.siteMapLanguageCurrencies attribute.
        Parameters:
        value - the siteMapLanguageCurrencies
      • getSiteMapPages

        public java.util.Collection<SiteMapPage> getSiteMapPages​(SessionContext ctx)
        Generated method - Getter of the SiteMapConfig.siteMapPages attribute.
        Returns:
        the siteMapPages
      • getSiteMapPages

        public java.util.Collection<SiteMapPage> getSiteMapPages()
        Generated method - Getter of the SiteMapConfig.siteMapPages attribute.
        Returns:
        the siteMapPages
      • setSiteMapPages

        public void setSiteMapPages​(SessionContext ctx,
                                    java.util.Collection<SiteMapPage> value)
        Generated method - Setter of the SiteMapConfig.siteMapPages attribute.
        Parameters:
        value - the siteMapPages
      • setSiteMapPages

        public void setSiteMapPages​(java.util.Collection<SiteMapPage> value)
        Generated method - Setter of the SiteMapConfig.siteMapPages attribute.
        Parameters:
        value - the siteMapPages
      • getSiteMapTemplate

        public RendererTemplate getSiteMapTemplate​(SessionContext ctx)
        Generated method - Getter of the SiteMapConfig.siteMapTemplate attribute.
        Returns:
        the siteMapTemplate
      • getSiteMapTemplate

        public RendererTemplate getSiteMapTemplate()
        Generated method - Getter of the SiteMapConfig.siteMapTemplate attribute.
        Returns:
        the siteMapTemplate
      • setSiteMapTemplate

        public void setSiteMapTemplate​(SessionContext ctx,
                                       RendererTemplate value)
        Generated method - Setter of the SiteMapConfig.siteMapTemplate attribute.
        Parameters:
        value - the siteMapTemplate
      • setSiteMapTemplate

        public void setSiteMapTemplate​(RendererTemplate value)
        Generated method - Setter of the SiteMapConfig.siteMapTemplate attribute.
        Parameters:
        value - the siteMapTemplate