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

Class Summary
AbstractMetaDataToValidationStrategyNameMapper  
AnnotationToValidationStrategyBeanNameMapper Name Mapper which delegates the name mapping, extract the name and convert it to a bean name + prefix target: configure a validation strategy via a managed bean facility -> allows to inject other beans instead of api calls + hardcoded bean names

allowed bean scopes: the validation strategy is stateless: application/singleton the validation strategy is stateful: none/prototype don't use the session or a conversation scope

CustomConfiguredAnnotationToValidationStrategyNameMapper To provide a custom NameMapper to map Annotations to ValidationStrategies.
CustomConventionAnnotationToValidationStrategyNameMapper To provide a custom NameMapper to map Annotations to ValidationStrategies.
DefaultAnnotationToValidationStrategyNameMapper Default implementation which maps ExtVal Annotations to ExtVal ValidationStrategies.
SimpleAnnotationToValidationStrategyNameMapper It's an alternative Mapper to place Annotations and ValidationStrategies in the same package.
 



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