Uses of Class
net.anotheria.maf.validation.ValidationError

Packages that use ValidationError
net.anotheria.maf.util   
net.anotheria.maf.validation   
 

Uses of ValidationError in net.anotheria.maf.util
 

Methods in net.anotheria.maf.util that return types with arguments of type ValidationError
static List<ValidationError> FormObjectMapper.validate(javax.servlet.http.HttpServletRequest req, Object bean)
          Validate mapped bean according defined preconditions.
 

Uses of ValidationError in net.anotheria.maf.validation
 

Methods in net.anotheria.maf.validation that return types with arguments of type ValidationError
 List<ValidationError> ValidationException.getErrors()
           
 

Method parameters in net.anotheria.maf.validation with type arguments of type ValidationError
 ActionCommand ValidationAware.executeOnValidationError(ActionMapping mapping, FormBean formBean, List<ValidationError> errors, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          Called instead of execute if the validation framework encountered an error.
 

Constructor parameters in net.anotheria.maf.validation with type arguments of type ValidationError
ValidationException(String s, List<ValidationError> errors)
           
 



Copyright © 2010-2013 anotheria.net. All Rights Reserved.