Uses of Class
com.softwareag.centrasite.appl.framework.validation.impl.ValidationDefaults

Packages that use ValidationDefaults
com.softwareag.centrasite.appl.framework.validation.impl   
 

Uses of ValidationDefaults in com.softwareag.centrasite.appl.framework.validation.impl
 

Methods in com.softwareag.centrasite.appl.framework.validation.impl that return ValidationDefaults
protected  ValidationDefaults ValidatableFactory.getValidationDefaults()
          Returns the factories validation defaults.
 ValidationDefaults ValidatableFactory.Context.getValidationDefaults()
          Returns the factories validation defaults.
 ValidationDefaults ValidationDefaultParser.newValidationDefaults()
          Creates a new, empty instance of ValidationDefaults.
 ValidationDefaults ValidationDefaultsFactory.newValidationDefaults(java.lang.ClassLoader pClassLoader)
          Creates the applications instance of ValidationDefaults.
 

Methods in com.softwareag.centrasite.appl.framework.validation.impl with parameters of type ValidationDefaults
 void ValidationDefaultParser.parse(ValidationDefaults pDefaults, java.io.File pFile)
          Parses the given File and adds the parsed default settings to the given instance of ValidationDefaults.
 void ValidationDefaultParser.parse(ValidationDefaults pDefaults, org.xml.sax.InputSource pSource)
          Parses the given InputStream and adds the parsed default settings to the given instance of ValidationDefaults.
 void ValidationDefaultParser.parse(ValidationDefaults pDefaults, java.net.URL pURL)
          Parses the given URL and adds the parsed default settings to the given instance of ValidationDefaults.
protected  void ValidationDefaultParser.parseValidationDefaultsChild(ValidationDefaults pDefaults, com.softwareag.centrasite.appl.framework.parser.ParsedXMLDocument pDoc, org.w3c.dom.Element child)
          Parses a child of the root element "validationDefaults".
 java.util.List<Validator.ErrorInfo> Validator.validate(java.util.Collection<?> pBeans, ValidationDefaults pValidationDefaults)
          Performs the validation and returns the result using the provided validation defaults.
 

Constructors in com.softwareag.centrasite.appl.framework.validation.impl with parameters of type ValidationDefaults
ValidatableFactory(ValidationDefaults pDefaults)
           Creates a new factory with the given context.