org.apache.turbine.services.intake.validator
Interface InitableByConstraintMap

All Known Implementing Classes:
DefaultValidator

public interface InitableByConstraintMap

This interface marks a bean/class that can have its properties set by values in a Map.

Version:
$Id: InitableByConstraintMap.java 534527 2007-05-02 16:10:59Z tv $
Author:
John McNally

Method Summary
 void init(java.util.Map inputParameters)
          Extract the relevant parameters from the constraints listed in tags within the intake.xml file.
 

Method Detail

init

public void init(java.util.Map inputParameters)
          throws InvalidMaskException
Extract the relevant parameters from the constraints listed in tags within the intake.xml file.

Parameters:
inputParameters - a Map of Constraint's containing rules and error messages.
Throws:
InvalidMaskException - one of the mask rules is invalid


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.