Deprecated API

Contents

Deprecated Fields

org.apache.commons.validator.Field.hVars
Subclasses should use getVarMap() instead.
org.apache.commons.validator.Field.hMsgs
Subclasses should use getMsgMap() instead.
org.apache.commons.validator.Form.hFields
Subclasses should use getFieldMap() instead.
org.apache.commons.validator.ValidatorResources.hFormSets
Subclasses should use getFormSets() instead.
org.apache.commons.validator.ValidatorResources.hConstants
Subclasses should use getConstants() instead.
org.apache.commons.validator.ValidatorResources.hActions
Subclasses should use getActions() instead.

Deprecated Methods

org.apache.commons.validator.ValidatorResult.getActionMap()
Use getActions() to return the set of actions the isValid(name) and getResult(name) methods to determine the contents of ResultStatus.
org.apache.commons.validator.util.ValidatorUtils.copyFastHashMap(FastHashMap)
This method is not part of Validator's public API.

Copyright (c) 2001-2004 Apache Software Foundation