org.apache.myfaces.extensions.validator.baseval.annotation.extractor
Class DefaultPropertyScanningMetaDataExtractor

java.lang.Object
  extended by org.apache.myfaces.extensions.validator.core.metadata.extractor.DefaultComponentMetaDataExtractor
      extended by org.apache.myfaces.extensions.validator.baseval.annotation.extractor.DefaultPropertyScanningMetaDataExtractor
All Implemented Interfaces:
MetaDataExtractor

Deprecated.

@Deprecated
public class DefaultPropertyScanningMetaDataExtractor
extends DefaultComponentMetaDataExtractor

Since:
1.x.1
Author:
Gerhard Petracek

Field Summary
 
Fields inherited from class org.apache.myfaces.extensions.validator.core.metadata.extractor.DefaultComponentMetaDataExtractor
logger
 
Method Summary
 PropertyInformation extract(javax.faces.context.FacesContext facesContext, Object object)
          Deprecated. Returns all information about the object.
static MetaDataExtractor getInstance()
          Deprecated.  
 
Methods inherited from class org.apache.myfaces.extensions.validator.core.metadata.extractor.DefaultComponentMetaDataExtractor
cacheMetaData, getCachedMetaData, getMetaDataStorage, getPropertyInformation, isCached
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static MetaDataExtractor getInstance()
Deprecated. 

extract

public PropertyInformation extract(javax.faces.context.FacesContext facesContext,
                                   Object object)
Deprecated. 
Description copied from interface: MetaDataExtractor
Returns all information about the object.

Specified by:
extract in interface MetaDataExtractor
Overrides:
extract in class DefaultComponentMetaDataExtractor
Parameters:
facesContext - The JSF Faces Context
object - e.g. an instance of UIComponent which should be used to extract the information of the bound property.
Returns:
All the essential information about the bound property.


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