Class Site.Page

    • Constructor Detail

      • Page

        public Page()
    • Method Detail

      • setLabels

        public void setLabels​(List<String> labels)
      • setParent

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

        public final Site.Page getParent()
      • getComputedLabels

        public final List<String> getComputedLabels()
      • isIgnoreVariables

        public Boolean isIgnoreVariables()
      • 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