Java org.apache.commons.validator ValidatorResult fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.validator ValidatorResult fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.validator ValidatorResult.

The text is from its open source code.

Constructor

ValidatorResult(Field field)
Constructs a ValidatorResult with the associated field being validated.

Method

MapgetActionMap()
Return a Map of the validator actions in this Result.
IteratorgetActions()
Return an Iterator of the action names contained in this Result.
booleanisValid(String validatorName)
Indicate whether a specified validation passed.