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:
org.apache.myfaces.extensions.validator.core.interceptor.RendererInterceptor

public class PropertyValidationModuleValidationInterceptor
extends org.apache.myfaces.extensions.validator.core.interceptor.ValidationInterceptor

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

Since:
1.x.1
Author:
Gerhard Petracek

Field Summary
 
Fields inherited from class org.apache.myfaces.extensions.validator.core.interceptor.AbstractRendererInterceptor
logger
 
Constructor Summary
PropertyValidationModuleValidationInterceptor()
           
 
Method Summary
protected  java.lang.Class getModuleKey()
           
 
Methods inherited from class org.apache.myfaces.extensions.validator.core.interceptor.ValidationInterceptor
getComponentMetaDataExtractor, initComponent, interpretEmptyStringValuesAsNull, isRequiredInitializationSupported, isValidationStrategyCompatibleWithValue, processFieldValidation, processValidation, recordProcessedInformation
 
Methods inherited from class org.apache.myfaces.extensions.validator.core.interceptor.AbstractValidationInterceptor
afterDecode, beforeEncodeBegin, beforeGetConvertedValue, 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 java.lang.Class getModuleKey()
Overrides:
getModuleKey in class org.apache.myfaces.extensions.validator.core.interceptor.AbstractValidationInterceptor


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