| Package | Description |
|---|---|
| org.apache.commons.validator |
The Validator package provides validation for JavaBeans based on an xml file.
|
| Modifier and Type | Method | Description |
|---|---|---|
Arg |
Field.getArg(int position) |
Gets the default
Arg object at the given position. |
Arg |
Field.getArg(java.lang.String key,
int position) |
Gets the
Arg object at the given position. |
Arg[] |
Field.getArgs(java.lang.String key) |
Retrieves the Args for the given validator name.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Field.addArg(Arg arg) |
Add an
Arg to the replacement argument list. |
Copyright © 2002–2018. All rights reserved.