org.apache.myfaces.extensions.validator.core.interceptor
Interface MetaDataExtractionInterceptor

All Known Implementing Classes:
ComponentInitializationAwareMetaDataExtractionInterceptor, ExtValBeanValidationMetaDataExtractionInterceptor, TrinidadMetaDataExtractionInterceptor

@InvocationOrderSupport
public interface MetaDataExtractionInterceptor

Allows to post-process the result of the meta-data extraction process (see MetaDataExtractor)

Since:
1.x.2
Author:
Gerhard Petracek

Method Summary
 void afterExtracting(PropertyInformation propertyInformation)
          Allows to execute additional actions on the PropertyInformation data after the extraction is performed and before it is used to determine validation strategies or UIComponent adjustments.
 

Method Detail

afterExtracting

void afterExtracting(PropertyInformation propertyInformation)
Allows to execute additional actions on the PropertyInformation data after the extraction is performed and before it is used to determine validation strategies or UIComponent adjustments.

Parameters:
propertyInformation - the information entry which contains information about the property


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