org.apache.myfaces.extensions.validator.test.core.config
Class ExtValCoreConfigurationInterpretEmptyStringSubmittedValuesAsNullTestCase.TestValidationInterceptor
java.lang.Object
org.apache.myfaces.extensions.validator.core.interceptor.AbstractRendererInterceptor
org.apache.myfaces.extensions.validator.core.interceptor.AbstractValidationInterceptor
org.apache.myfaces.extensions.validator.test.core.config.ExtValCoreConfigurationInterpretEmptyStringSubmittedValuesAsNullTestCase.TestValidationInterceptor
- All Implemented Interfaces:
- RendererInterceptor
- Enclosing class:
- ExtValCoreConfigurationInterpretEmptyStringSubmittedValuesAsNullTestCase
public static class ExtValCoreConfigurationInterpretEmptyStringSubmittedValuesAsNullTestCase.TestValidationInterceptor
- extends AbstractValidationInterceptor
| Methods inherited from class org.apache.myfaces.extensions.validator.core.interceptor.AbstractValidationInterceptor |
afterDecode, beforeEncodeBegin, beforeGetConvertedValue, getELHelper, getInterceptorProperties, getModuleKey, getPropertiesForComponentMetaDataExtractor, getPropertyInformation, isRequiredInitializationSupported, isValueToValidateEmpty, processAfterValidation, processBeforeValidation, processComponent, recordProcessedInformation, transformValueForValidation, validateEmptyFields, validateValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtValCoreConfigurationInterpretEmptyStringSubmittedValuesAsNullTestCase.TestValidationInterceptor
public ExtValCoreConfigurationInterpretEmptyStringSubmittedValuesAsNullTestCase.TestValidationInterceptor()
getComponentMetaDataExtractor
protected MetaDataExtractor getComponentMetaDataExtractor(Map<String,Object> properties)
- Specified by:
getComponentMetaDataExtractor in class AbstractValidationInterceptor
initComponent
protected void initComponent(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
- Specified by:
initComponent in class AbstractValidationInterceptor
processValidation
protected void processValidation(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
Object convertedObject)
- Specified by:
processValidation in class AbstractValidationInterceptor
interpretEmptyStringValuesAsNull
public boolean interpretEmptyStringValuesAsNull()
- Overrides:
interpretEmptyStringValuesAsNull in class AbstractValidationInterceptor
Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.