Interface PropertiesSupport

  • All Known Implementing Classes:
    TransformerBaseTag, TransformerTag, ValidatorBaseTag, ValidatorsTag, ValidatorTag

    public interface PropertiesSupport

    Definition of an interface to be implemented by tags that support a properties object.

    This interface is evaluated by the PropertiesTag tag handler class. Through the single method defined here a map with properties can be set. The idea is that the PropertiesTag creates such a map. By tags in the body of the PropertiesTag the map is populated. Finally the resulting map is passed to a target implementing this interface.

    Version:
    $Id: PropertiesSupport.java 205 2012-01-29 18:29:57Z oheger $
    Author:
    Oliver Heger
    • Method Detail

      • setProperties

        void setProperties​(Map<String,​Object> props)
        Sets a map with properties. It is up to a concrete implementation what it does with this map.
        Parameters:
        props - the maps with the properties