org.apache.myfaces.extensions.validator.test.core.config
Class ExtValCoreConfigurationInterpretEmptyStringSubmittedValuesAsNullTestCase.TestValidationInterceptor

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.test.core.config.ExtValCoreConfigurationInterpretEmptyStringSubmittedValuesAsNullTestCase.TestValidationInterceptor
All Implemented Interfaces:
RendererInterceptor
Enclosing class:
ExtValCoreConfigurationInterpretEmptyStringSubmittedValuesAsNullTestCase

public static class ExtValCoreConfigurationInterpretEmptyStringSubmittedValuesAsNullTestCase.TestValidationInterceptor
extends AbstractValidationInterceptor


Field Summary
 
Fields inherited from class org.apache.myfaces.extensions.validator.core.interceptor.AbstractRendererInterceptor
logger
 
Constructor Summary
ExtValCoreConfigurationInterpretEmptyStringSubmittedValuesAsNullTestCase.TestValidationInterceptor()
           
 
Method Summary
protected  MetaDataExtractor getComponentMetaDataExtractor(Map<String,Object> properties)
           
protected  void initComponent(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent)
           
 boolean interpretEmptyStringValuesAsNull()
           
protected  void processValidation(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, Object convertedObject)
           
 
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 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

ExtValCoreConfigurationInterpretEmptyStringSubmittedValuesAsNullTestCase.TestValidationInterceptor

public ExtValCoreConfigurationInterpretEmptyStringSubmittedValuesAsNullTestCase.TestValidationInterceptor()
Method Detail

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.