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

All Known Implementing Classes:
DefaultComponentMetaDataExtractor

public interface MetaDataExtractor

An meta-data extractor is responsible to analyze an object and returns all available meta-data information

Since:
1.x.1
Author:
Gerhard Petracek

Method Summary
 PropertyInformation extract(javax.faces.context.FacesContext facesContext, java.lang.Object object)
           
 

Method Detail

extract

PropertyInformation extract(javax.faces.context.FacesContext facesContext,
                            java.lang.Object object)


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