org.vraptor.core
Class ValidatorEngine

java.lang.Object
  extended by org.vraptor.core.ValidatorEngine

public class ValidatorEngine
extends Object

Responsible for validating data.

Author:
Guilherme Silveira

Constructor Summary
ValidatorEngine()
           
 
Method Summary
 ValidationErrors validate(LogicMethod method, LogicRequest request, Introspector introspector, Object component, Object[] methodParamObjects)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidatorEngine

public ValidatorEngine()
Method Detail

validate

public ValidationErrors validate(LogicMethod method,
                                 LogicRequest request,
                                 Introspector introspector,
                                 Object component,
                                 Object[] methodParamObjects)
                          throws SettingException,
                                 UnstableValidationException
Throws:
SettingException
UnstableValidationException


Copyright © 2004-2008 VRaptor. All Rights Reserved.