org.apache.myfaces.extensions.validator
Class MappedConstraintSourcePropertyValidationModuleValidationInterceptor

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.core.interceptor.ValidationInterceptor
              extended by org.apache.myfaces.extensions.validator.PropertyValidationModuleValidationInterceptor
                  extended by org.apache.myfaces.extensions.validator.MappedConstraintSourcePropertyValidationModuleValidationInterceptor
All Implemented Interfaces:
RendererInterceptor

public class MappedConstraintSourcePropertyValidationModuleValidationInterceptor
extends PropertyValidationModuleValidationInterceptor

Since:
r4
Author:
Rudy De Busscher

Field Summary
 
Fields inherited from class org.apache.myfaces.extensions.validator.core.interceptor.AbstractRendererInterceptor
logger
 
Constructor Summary
MappedConstraintSourcePropertyValidationModuleValidationInterceptor()
           
 
Method Summary
protected  Map<String,Object> getTransformedMetaDataFor(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent)
           
protected  void processFieldValidation(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, Object convertedObject, PropertyInformation propertyInformation)
           
protected  boolean recordProcessedInformation()
          Signals if the converted value should be stored e.g. for the cross-validation process.
 
Methods inherited from class org.apache.myfaces.extensions.validator.PropertyValidationModuleValidationInterceptor
getModuleKey
 
Methods inherited from class org.apache.myfaces.extensions.validator.core.interceptor.ValidationInterceptor
getComponentMetaDataExtractor, initComponent, interpretEmptyStringValuesAsNull, isRequiredInitializationSupported, isValidationStrategyCompatibleWithValue, processValidation
 
Methods inherited from class org.apache.myfaces.extensions.validator.core.interceptor.AbstractValidationInterceptor
afterDecode, beforeEncodeBegin, beforeGetConvertedValue, getELHelper, getInterceptorProperties, getPropertiesForComponentMetaDataExtractor, getPropertyInformation, isValueToValidateEmpty, processAfterValidation, processBeforeValidation, processComponent, 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

MappedConstraintSourcePropertyValidationModuleValidationInterceptor

public MappedConstraintSourcePropertyValidationModuleValidationInterceptor()
Method Detail

getTransformedMetaDataFor

protected Map<String,Object> getTransformedMetaDataFor(javax.faces.context.FacesContext facesContext,
                                                       javax.faces.component.UIComponent uiComponent)
Overrides:
getTransformedMetaDataFor in class ValidationInterceptor

processFieldValidation

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

recordProcessedInformation

protected boolean recordProcessedInformation()
Description copied from class: AbstractValidationInterceptor
Signals if the converted value should be stored e.g. for the cross-validation process.

Overrides:
recordProcessedInformation in class ValidationInterceptor
Returns:
true if the converted value should be recorded, false otherwise


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