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

All Known Implementing Classes:
DefaultValidator, FileValidator

public interface InitableByConstraintMap

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

Version:
$Id: InitableByConstraintMap.java,v 1.1.1.1 2001/08/16 05:08:59 jvanzyl Exp $
Author:
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 TurbineException
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:
TurbineException - if an error occurs


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