it.eng.spago.validation.impl
Class ValidatorLocator

java.lang.Object
  extended byit.eng.spago.validation.impl.ValidatorLocator

public final class ValidatorLocator
extends java.lang.Object


Field Summary
static java.lang.String VALIDATION
           
static java.lang.String VALIDATION_CONFIG_HEADER
           
static java.lang.String VALIDATION_SERVICE_NAME
           
static java.lang.String VALIDATOR_CONFIG_HEADER
           
 
Method Summary
static ValidatorLocator getInstance()
           
 java.util.Collection getValidators(SourceBean validationStructure)
          Restituisce la classe di validazione il cui nome logico è fornito come parametro.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VALIDATION_CONFIG_HEADER

public static final java.lang.String VALIDATION_CONFIG_HEADER
See Also:
Constant Field Values

VALIDATOR_CONFIG_HEADER

public static final java.lang.String VALIDATOR_CONFIG_HEADER
See Also:
Constant Field Values

VALIDATION

public static final java.lang.String VALIDATION
See Also:
Constant Field Values

VALIDATION_SERVICE_NAME

public static final java.lang.String VALIDATION_SERVICE_NAME
See Also:
Constant Field Values
Method Detail

getInstance

public static ValidatorLocator getInstance()

getValidators

public java.util.Collection getValidators(SourceBean validationStructure)
Restituisce la classe di validazione il cui nome logico è fornito come parametro.