Schnittstelle InitableByConstraintMap

Alle bekannten Implementierungsklassen:
BigDecimalValidator, BooleanValidator, DateRangeValidator, DateStringValidator, DefaultValidator, DoubleValidator, FileValidator, FloatValidator, IntegerRangeValidator, IntegerValidator, LongValidator, NumberValidator, ShortValidator, StringValidator

public interface InitableByConstraintMap
This interface marks a bean/class that can have its properties set by values in a Map.
Version:
$Id$
Autor:
John McNally
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    init(Map<String,? extends Constraint> inputParameters)
    Extract the relevant parameters from the constraints listed in <input-param> tags within the intake.xml file.
  • Methodendetails

    • init

      void init(Map<String,? extends Constraint> inputParameters) throws InvalidMaskException
      Extract the relevant parameters from the constraints listed in <input-param> tags within the intake.xml file.
      Parameter:
      inputParameters - a Map of Constraint's containing rules and error messages.
      Löst aus:
      InvalidMaskException - one of the mask rules is invalid