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()
           
 
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()
Overrides:
getModuleKey in class AbstractValidationInterceptor


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