org.apache.myfaces.extensions.validator.trinidad.interceptor
Class TrinidadMetaDataExtractionInterceptor
java.lang.Object
org.apache.myfaces.extensions.validator.core.interceptor.ComponentInitializationAwareMetaDataExtractionInterceptor
org.apache.myfaces.extensions.validator.trinidad.interceptor.TrinidadMetaDataExtractionInterceptor
- All Implemented Interfaces:
- MetaDataExtractionInterceptor
@InvocationOrder(value=300)
public class TrinidadMetaDataExtractionInterceptor
- extends ComponentInitializationAwareMetaDataExtractionInterceptor
- Since:
- x.x.3
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrinidadMetaDataExtractionInterceptor
public TrinidadMetaDataExtractionInterceptor()
afterExtractingForComponentInitialization
protected void afterExtractingForComponentInitialization(PropertyInformation propertyInformation)
- Description copied from class:
ComponentInitializationAwareMetaDataExtractionInterceptor
- Perform any additional actions on the PropertyInformation data after the extraction is performed and before it is
used to determine UIComponents adjustments.
- Specified by:
afterExtractingForComponentInitialization in class ComponentInitializationAwareMetaDataExtractionInterceptor
- Parameters:
propertyInformation - he information entry which contains information about the property
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.