Class PageRenderResponse.MetaEditable

  • Enclosing class:
    PageRenderResponse

    public static class PageRenderResponse.MetaEditable
    extends Object
    Class for instances of meta editables
    • Field Detail

      • element

        protected String element
        ID of the DOM element of the editable
      • metaproperty

        protected String metaproperty
        Meta property that is edited
    • Constructor Detail

      • MetaEditable

        public MetaEditable()
        Empty constructor
      • MetaEditable

        public MetaEditable​(String element,
                            String metaproperty)
        Create an instance
        Parameters:
        element - ID of the DOM element
        metaproperty - meta property
    • Method Detail

      • getElement

        public String getElement()
        Returns:
        the element
      • setElement

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

        public String getMetaproperty()
        Returns:
        the metaproperty
      • setMetaproperty

        public void setMetaproperty​(String metaproperty)
        Parameters:
        metaproperty - the metaproperty to set