Class PageRenderResponse.Tag

  • Enclosing class:
    PageRenderResponse

    public static class PageRenderResponse.Tag
    extends Object
    Class for instances of tags
    • Field Detail

      • element

        protected String element
        ID of the DOM element of the tag
      • tagname

        protected String tagname
        Tagname
      • onlyeditables

        protected boolean onlyeditables
        True if the tag only contains editables, false if not
    • Constructor Detail

      • Tag

        public Tag()
        Empty constructor
      • Tag

        public Tag​(String element,
                   String tagname)
        Create an instance of the tag
        Parameters:
        element - element id
        tagname - tagname
    • Method Detail

      • getElement

        public String getElement()
        Returns:
        the element
      • setElement

        public void setElement​(String element)
        Parameters:
        element - the element to set
      • getTagname

        public String getTagname()
        Returns:
        the tagname
      • isOnlyeditables

        public boolean isOnlyeditables()
        Returns:
        true if the tag only contains editables, false if not
      • setTagname

        public void setTagname​(String tagname)
        Parameters:
        tagname - the tagname to set
      • setOnlyeditables

        public void setOnlyeditables​(boolean onlyeditables)
        Set whether the tag only contains editables
        Parameters:
        onlyeditables -