Uses of Class
org.apache.commons.validator.Arg
-
Packages that use Arg Package Description org.apache.commons.validator The Validator package provides validation for JavaBeans based on an xml file. -
-
Uses of Arg in org.apache.commons.validator
Methods in org.apache.commons.validator that return Arg Modifier and Type Method Description ArgField. getArg(int position)Gets the defaultArgobject at the given position.ArgField. getArg(java.lang.String key, int position)Gets theArgobject at the given position.Arg[]Field. getArgs(java.lang.String key)Retrieves the Args for the given validator name.Methods in org.apache.commons.validator with parameters of type Arg Modifier and Type Method Description voidField. addArg(Arg arg)Add anArgto the replacement argument list.
-