org.apache.myfaces.extensions.validator
Class PropertyValidationModuleValidationInterceptor

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
All Implemented Interfaces:
RendererInterceptor
Direct Known Subclasses:
MappedConstraintSourcePropertyValidationModuleValidationInterceptor

public class PropertyValidationModuleValidationInterceptor
extends ValidationInterceptor

the skip validation support was refactored to an independent mechanism see SkipValidationEvaluator

Since:
1.x.1

Field Summary
 
Fields inherited from class org.apache.myfaces.extensions.validator.core.interceptor.AbstractRendererInterceptor
logger
 
Constructor Summary
PropertyValidationModuleValidationInterceptor()
           
 
Method Summary
protected  Class getModuleKey()
          Identification of the validation module.
 
Methods inherited from class org.apache.myfaces.extensions.validator.core.interceptor.ValidationInterceptor
getComponentMetaDataExtractor, getTransformedMetaDataFor, initComponent, interpretEmptyStringValuesAsNull, isRequiredInitializationSupported, isValidationStrategyCompatibleWithValue, processFieldValidation, processValidation, recordProcessedInformation
 
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

PropertyValidationModuleValidationInterceptor

public PropertyValidationModuleValidationInterceptor()
Method Detail

getModuleKey

protected Class getModuleKey()
Description copied from class: AbstractValidationInterceptor
Identification of the validation module. A key is just needed if other implementations should be restricted to 1-n special validation modules.

Overrides:
getModuleKey in class AbstractValidationInterceptor
Returns:
Identification of the validation module.


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