Interface PropertySupport

    • Method Detail

      • setProperty

        void setProperty​(String name,
                         Object value)
        Sets the specified property. This method will be called by one of the tags that allow the definition of properties. An implementation can choose how this property will be handled.
        Parameters:
        name - the name of the property
        value - the value of the property