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 264148 2005-08-29 14:21:04Z henning $
- 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. |
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-2005 Apache Software Foundation. All Rights Reserved.