Uses of Class
org.apache.commons.validator.Arg

Packages that use Arg
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
 Arg Field.getArg(int position)
          Gets the default Arg object at the given position.
 Arg Field.getArg(String key, int position)
          Gets the Arg object at the given position.
 Arg[] Field.getArgs(String key)
          Retrieves the Args for the given validator name.
 

Methods in org.apache.commons.validator with parameters of type Arg
 void Field.addArg(Arg arg)
          Add an Arg to the replacement argument list.
 



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