org.apache.myfaces.extensions.validator.core.interceptor
Class ComponentInitializationAwareMetaDataExtractionInterceptor

java.lang.Object
  extended by org.apache.myfaces.extensions.validator.core.interceptor.ComponentInitializationAwareMetaDataExtractionInterceptor
All Implemented Interfaces:
MetaDataExtractionInterceptor

@InvocationOrderSupport
public abstract class ComponentInitializationAwareMetaDataExtractionInterceptor
extends java.lang.Object
implements MetaDataExtractionInterceptor

Since:
x.x.3
Author:
Gerhard Petracek

Constructor Summary
ComponentInitializationAwareMetaDataExtractionInterceptor()
           
 
Method Summary
 void afterExtracting(PropertyInformation propertyInformation)
           
protected abstract  void afterExtractingForComponentInitialization(PropertyInformation propertyInformation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentInitializationAwareMetaDataExtractionInterceptor

public ComponentInitializationAwareMetaDataExtractionInterceptor()
Method Detail

afterExtracting

public final void afterExtracting(PropertyInformation propertyInformation)
Specified by:
afterExtracting in interface MetaDataExtractionInterceptor
Parameters:
propertyInformation - the information entry which contains information about the property

afterExtractingForComponentInitialization

protected abstract void afterExtractingForComponentInitialization(PropertyInformation propertyInformation)


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