Class Site.Page

    • Constructor Detail

      • Page

        public Page()
    • Method Detail

      • setParent

        public final void setParent​(Site.Page p)
      • getParent

        public final Site.Page getParent()
      • getComputedLabels

        public final List<String> getComputedLabels()
      • setLabel

        public void setLabel​(String label)
        need for XmlMapper
        Parameters:
        label -
      • setChild

        public void setChild​(Site.Page child)
        need for XmlMapper
        Parameters:
        child -
      • setAttachment

        public void setAttachment​(Site.Attachment attachment)
        need for XmlMapper
        Parameters:
        attachment -
      • isIgnoreVariables

        public Boolean isIgnoreVariables()
      • setIgnoreVariablesDeprecated

        @Deprecated
        public void setIgnoreVariablesDeprecated​(Boolean value)
        Deprecated.
        this attribute name containing dash is not supported in yaml format
      • setIgnoreVariables

        public void setIgnoreVariables​(Boolean value)
      • getGenerateds

        public List<Site.Page.Generated> getGenerateds()
        Gets the value of the generateds property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the generateds property.

        For example, to add a new item, do as follows:

         getGenerateds().add(newItem);
         

        Objects of the following type(s) are allowed in the list Site.Page.Generated