Class ParamHandler

  • Direct Known Subclasses:
    FieldHandler

    public class ParamHandler
    extends ElementHandler
    Element handler for elements which describe values - this is FIELD and PARAM type ones.
    Since:
    7 Apr 2005
    Author:
    Mark Taylor (Starlink)
    • Constructor Detail

      • ParamHandler

        public ParamHandler()
    • Method Detail

      • setAttributes

        public void setAttributes​(java.util.Map<java.lang.String,​java.lang.String> atts)
        Description copied from class: ElementHandler
        Sets this handler's attributes.
        Overrides:
        setAttributes in class ElementHandler
        Parameters:
        atts - name -> value map representing this element's attributes
      • getParser

        public ValueParser getParser()
        Returns a parser which knows how to check values associated with this element.
        Returns:
        parser