org.apache.myfaces.extensions.validator.beanval
Class MappedConstraintSourceBeanValidationModuleValidationInterceptor

java.lang.Object
  extended by org.apache.myfaces.extensions.validator.core.interceptor.AbstractRendererInterceptor
      extended by org.apache.myfaces.extensions.validator.core.interceptor.AbstractValidationInterceptor
          extended by org.apache.myfaces.extensions.validator.beanval.BeanValidationModuleValidationInterceptor
              extended by org.apache.myfaces.extensions.validator.beanval.MappedConstraintSourceBeanValidationModuleValidationInterceptor
All Implemented Interfaces:
RendererInterceptor

public class MappedConstraintSourceBeanValidationModuleValidationInterceptor
extends BeanValidationModuleValidationInterceptor

Since:
r4

Field Summary
 
Fields inherited from class org.apache.myfaces.extensions.validator.core.interceptor.AbstractRendererInterceptor
logger
 
Constructor Summary
MappedConstraintSourceBeanValidationModuleValidationInterceptor()
           
 
Method Summary
protected  boolean hasBeanValidationConstraints(PropertyInformation propertyInformation)
           
protected  void initComponentWithPropertyDetails(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, PropertyDetails propertyDetails)
           
protected  void processFieldValidation(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, Object convertedObject, PropertyInformation propertyInformation)
           
 
Methods inherited from class org.apache.myfaces.extensions.validator.beanval.BeanValidationModuleValidationInterceptor
getComponentMetaDataExtractor, getModuleKey, initComponent, isRequiredInitializationSupported, processConstraintViolations, processValidation
 
Methods inherited from class org.apache.myfaces.extensions.validator.core.interceptor.AbstractValidationInterceptor
afterDecode, beforeEncodeBegin, beforeGetConvertedValue, getELHelper, getInterceptorProperties, getPropertiesForComponentMetaDataExtractor, getPropertyInformation, interpretEmptyStringValuesAsNull, isValueToValidateEmpty, processAfterValidation, processBeforeValidation, processComponent, recordProcessedInformation, transformValueForValidation, validateEmptyFields, validateValue
 
Methods inherited from class org.apache.myfaces.extensions.validator.core.interceptor.AbstractRendererInterceptor
afterEncodeBegin, afterEncodeChildren, afterEncodeEnd, afterGetConvertedValue, beforeDecode, beforeEncodeChildren, beforeEncodeEnd, getInterceptorId, getReturnValueOnSkipRendererDelegationException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MappedConstraintSourceBeanValidationModuleValidationInterceptor

public MappedConstraintSourceBeanValidationModuleValidationInterceptor()
Method Detail

initComponentWithPropertyDetails

protected void initComponentWithPropertyDetails(javax.faces.context.FacesContext facesContext,
                                                javax.faces.component.UIComponent uiComponent,
                                                PropertyDetails propertyDetails)
Overrides:
initComponentWithPropertyDetails in class BeanValidationModuleValidationInterceptor

hasBeanValidationConstraints

protected boolean hasBeanValidationConstraints(PropertyInformation propertyInformation)
Overrides:
hasBeanValidationConstraints in class BeanValidationModuleValidationInterceptor

processFieldValidation

protected void processFieldValidation(javax.faces.context.FacesContext facesContext,
                                      javax.faces.component.UIComponent uiComponent,
                                      Object convertedObject,
                                      PropertyInformation propertyInformation)
Overrides:
processFieldValidation in class BeanValidationModuleValidationInterceptor


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