org.apache.tapestry5.internal.beanvalidator
Class BeanFieldValidatorDefaultSource

java.lang.Object
  extended by org.apache.tapestry5.internal.beanvalidator.BeanFieldValidatorDefaultSource
All Implemented Interfaces:
FieldValidatorDefaultSource

public class BeanFieldValidatorDefaultSource
extends java.lang.Object
implements FieldValidatorDefaultSource


Constructor Summary
BeanFieldValidatorDefaultSource(FieldValidatorDefaultSource fieldValidatorDefaultSource, javax.validation.ValidatorFactory validatorFactory, BeanValidatorGroupSource beanValidationGroupSource, ClientConstraintDescriptorSource clientValidatorSource, FormSupport formSupport, Environment environment)
           
 
Method Summary
 FieldValidator createDefaultValidator(ComponentResources resources, java.lang.String parameterName)
           
 FieldValidator createDefaultValidator(Field field, java.lang.String overrideId, Messages overrideMessages, java.util.Locale locale, java.lang.Class propertyType, AnnotationProvider propertyAnnotations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanFieldValidatorDefaultSource

public BeanFieldValidatorDefaultSource(@Core
                                       FieldValidatorDefaultSource fieldValidatorDefaultSource,
                                       javax.validation.ValidatorFactory validatorFactory,
                                       BeanValidatorGroupSource beanValidationGroupSource,
                                       ClientConstraintDescriptorSource clientValidatorSource,
                                       FormSupport formSupport,
                                       Environment environment)
Method Detail

createDefaultValidator

public FieldValidator createDefaultValidator(Field field,
                                             java.lang.String overrideId,
                                             Messages overrideMessages,
                                             java.util.Locale locale,
                                             java.lang.Class propertyType,
                                             AnnotationProvider propertyAnnotations)
Specified by:
createDefaultValidator in interface FieldValidatorDefaultSource

createDefaultValidator

public FieldValidator createDefaultValidator(ComponentResources resources,
                                             java.lang.String parameterName)
Specified by:
createDefaultValidator in interface FieldValidatorDefaultSource


Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.