org.apache.myfaces.extensions.validator.core.metadata.extractor
Interface ComponentMetaDataExtractorFactory

All Known Implementing Classes:
DefaultComponentMetaDataExtractorFactory

public interface ComponentMetaDataExtractorFactory

The interface for all factories which create meta-data extractors.

Since:
1.x.1

Method Summary
 MetaDataExtractor create()
          Returns a MetaDataExtractor.
 MetaDataExtractor createWith(Map<String,Object> properties)
          Returns a MetaDataExtractor that add the supplied properties to the PropertyInformation object during extraction of the information.
 

Method Detail

create

MetaDataExtractor create()
Returns a MetaDataExtractor. The factory should cache the result instance for performance reasons.

Returns:
MetaDataExtractor.

createWith

MetaDataExtractor createWith(Map<String,Object> properties)
Returns a MetaDataExtractor that add the supplied properties to the PropertyInformation object during extraction of the information.

Parameters:
properties - Properties to add to the information.
Returns:
MetaDataExtractor.


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