Package org.apache.myfaces.extensions.validator.core.validation.strategy

Interface Summary
BeanValidationStrategyAdapter it isn't linked to jsr 303 it's just a helper for proxies - you just need it, if you define the validation strategy as bean and e.g.
IdentifiableValidationStrategy if an adapter is used for several constraints, this interface allows to identify instances
ValidationStrategy Base interface for ValidationStrategies
 

Class Summary
AbstractAnnotationValidationStrategy<A extends Annotation> Provides the ability of message resolving to ValidationStrategies
AbstractValidationStrategy Provides the ability to use ValidatorException (as expected by the user) instead of ConverterException.
AbstractVirtualValidationStrategy to map constraints directly to a meta-data transformer if there is no validation strategy (required by jsr 303)
BeanValidationStrategyAdapterImpl it isn't linked to jsr 303 it's just a helper for proxies - you just need it, if you define the validation strategy as bean and e.g.
DefaultValidationStrategyFactory Factory which creates the ValidationStrategy for a given Meta-Data Key
 



Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.