Class GeneratedFooterComponent

    • Field Detail

      • NAVIGATIONNODES

        public static final java.lang.String NAVIGATIONNODES
        Qualifier of the FooterComponent.navigationNodes attribute
        See Also:
        Constant Field Values
      • WRAPAFTER

        public static final java.lang.String WRAPAFTER
        Qualifier of the FooterComponent.wrapAfter attribute
        See Also:
        Constant Field Values
      • SHOWLANGUAGECURRENCY

        public static final java.lang.String SHOWLANGUAGECURRENCY
        Qualifier of the FooterComponent.showLanguageCurrency attribute
        See Also:
        Constant Field Values
      • NOTICE

        public static final java.lang.String NOTICE
        Qualifier of the FooterComponent.notice 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

      • GeneratedFooterComponent

        public GeneratedFooterComponent()
    • Method Detail

      • getNavigationNodes

        public java.util.List<CMSNavigationNode> getNavigationNodes​(SessionContext ctx)
        Generated method - Getter of the FooterComponent.navigationNodes attribute.
        Returns:
        the navigationNodes - List of navigation nodes that are rendered in this footer component.
      • getNavigationNodes

        public java.util.List<CMSNavigationNode> getNavigationNodes()
        Generated method - Getter of the FooterComponent.navigationNodes attribute.
        Returns:
        the navigationNodes - List of navigation nodes that are rendered in this footer component.
      • setNavigationNodes

        public void setNavigationNodes​(SessionContext ctx,
                                       java.util.List<CMSNavigationNode> value)
        Generated method - Setter of the FooterComponent.navigationNodes attribute.
        Parameters:
        value - the navigationNodes - List of navigation nodes that are rendered in this footer component.
      • setNavigationNodes

        public void setNavigationNodes​(java.util.List<CMSNavigationNode> value)
        Generated method - Setter of the FooterComponent.navigationNodes attribute.
        Parameters:
        value - the navigationNodes - List of navigation nodes that are rendered in this footer component.
      • getNotice

        public java.lang.String getNotice​(SessionContext ctx)
        Generated method - Getter of the FooterComponent.notice attribute.
        Returns:
        the notice - Intended to store a copyright notice or other text to be displayed in the footer
      • getNotice

        public java.lang.String getNotice()
        Generated method - Getter of the FooterComponent.notice attribute.
        Returns:
        the notice - Intended to store a copyright notice or other text to be displayed in the footer
      • getAllNotice

        public java.util.Map<Language,​java.lang.String> getAllNotice​(SessionContext ctx)
        Generated method - Getter of the FooterComponent.notice attribute.
        Returns:
        the localized notice - Intended to store a copyright notice or other text to be displayed in the footer
      • getAllNotice

        public java.util.Map<Language,​java.lang.String> getAllNotice()
        Generated method - Getter of the FooterComponent.notice attribute.
        Returns:
        the localized notice - Intended to store a copyright notice or other text to be displayed in the footer
      • setNotice

        public void setNotice​(SessionContext ctx,
                              java.lang.String value)
        Generated method - Setter of the FooterComponent.notice attribute.
        Parameters:
        value - the notice - Intended to store a copyright notice or other text to be displayed in the footer
      • setNotice

        public void setNotice​(java.lang.String value)
        Generated method - Setter of the FooterComponent.notice attribute.
        Parameters:
        value - the notice - Intended to store a copyright notice or other text to be displayed in the footer
      • setAllNotice

        public void setAllNotice​(SessionContext ctx,
                                 java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the FooterComponent.notice attribute.
        Parameters:
        value - the notice - Intended to store a copyright notice or other text to be displayed in the footer
      • setAllNotice

        public void setAllNotice​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the FooterComponent.notice attribute.
        Parameters:
        value - the notice - Intended to store a copyright notice or other text to be displayed in the footer
      • isShowLanguageCurrency

        public java.lang.Boolean isShowLanguageCurrency​(SessionContext ctx)
        Generated method - Getter of the FooterComponent.showLanguageCurrency attribute.
        Returns:
        the showLanguageCurrency - Determines whether or not to show the language currency selection.
      • isShowLanguageCurrency

        public java.lang.Boolean isShowLanguageCurrency()
        Generated method - Getter of the FooterComponent.showLanguageCurrency attribute.
        Returns:
        the showLanguageCurrency - Determines whether or not to show the language currency selection.
      • isShowLanguageCurrencyAsPrimitive

        public boolean isShowLanguageCurrencyAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the FooterComponent.showLanguageCurrency attribute.
        Returns:
        the showLanguageCurrency - Determines whether or not to show the language currency selection.
      • isShowLanguageCurrencyAsPrimitive

        public boolean isShowLanguageCurrencyAsPrimitive()
        Generated method - Getter of the FooterComponent.showLanguageCurrency attribute.
        Returns:
        the showLanguageCurrency - Determines whether or not to show the language currency selection.
      • setShowLanguageCurrency

        public void setShowLanguageCurrency​(SessionContext ctx,
                                            java.lang.Boolean value)
        Generated method - Setter of the FooterComponent.showLanguageCurrency attribute.
        Parameters:
        value - the showLanguageCurrency - Determines whether or not to show the language currency selection.
      • setShowLanguageCurrency

        public void setShowLanguageCurrency​(java.lang.Boolean value)
        Generated method - Setter of the FooterComponent.showLanguageCurrency attribute.
        Parameters:
        value - the showLanguageCurrency - Determines whether or not to show the language currency selection.
      • setShowLanguageCurrency

        public void setShowLanguageCurrency​(SessionContext ctx,
                                            boolean value)
        Generated method - Setter of the FooterComponent.showLanguageCurrency attribute.
        Parameters:
        value - the showLanguageCurrency - Determines whether or not to show the language currency selection.
      • setShowLanguageCurrency

        public void setShowLanguageCurrency​(boolean value)
        Generated method - Setter of the FooterComponent.showLanguageCurrency attribute.
        Parameters:
        value - the showLanguageCurrency - Determines whether or not to show the language currency selection.
      • getWrapAfter

        public java.lang.Integer getWrapAfter​(SessionContext ctx)
        Generated method - Getter of the FooterComponent.wrapAfter attribute.
        Returns:
        the wrapAfter - Determines the number of navigation nodes when the following elements will be wrapped.
      • getWrapAfter

        public java.lang.Integer getWrapAfter()
        Generated method - Getter of the FooterComponent.wrapAfter attribute.
        Returns:
        the wrapAfter - Determines the number of navigation nodes when the following elements will be wrapped.
      • getWrapAfterAsPrimitive

        public int getWrapAfterAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the FooterComponent.wrapAfter attribute.
        Returns:
        the wrapAfter - Determines the number of navigation nodes when the following elements will be wrapped.
      • getWrapAfterAsPrimitive

        public int getWrapAfterAsPrimitive()
        Generated method - Getter of the FooterComponent.wrapAfter attribute.
        Returns:
        the wrapAfter - Determines the number of navigation nodes when the following elements will be wrapped.
      • setWrapAfter

        public void setWrapAfter​(SessionContext ctx,
                                 java.lang.Integer value)
        Generated method - Setter of the FooterComponent.wrapAfter attribute.
        Parameters:
        value - the wrapAfter - Determines the number of navigation nodes when the following elements will be wrapped.
      • setWrapAfter

        public void setWrapAfter​(java.lang.Integer value)
        Generated method - Setter of the FooterComponent.wrapAfter attribute.
        Parameters:
        value - the wrapAfter - Determines the number of navigation nodes when the following elements will be wrapped.
      • setWrapAfter

        public void setWrapAfter​(SessionContext ctx,
                                 int value)
        Generated method - Setter of the FooterComponent.wrapAfter attribute.
        Parameters:
        value - the wrapAfter - Determines the number of navigation nodes when the following elements will be wrapped.
      • setWrapAfter

        public void setWrapAfter​(int value)
        Generated method - Setter of the FooterComponent.wrapAfter attribute.
        Parameters:
        value - the wrapAfter - Determines the number of navigation nodes when the following elements will be wrapped.