org.apache.myfaces.extensions.validator.beanval.annotation.extractor
Class DefaultGroupControllerScanningExtractor

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

public class DefaultGroupControllerScanningExtractor
extends DefaultComponentMetaDataExtractor

Since:
x.x.3

Field Summary
 
Fields inherited from class org.apache.myfaces.extensions.validator.core.metadata.extractor.DefaultComponentMetaDataExtractor
logger
 
Constructor Summary
DefaultGroupControllerScanningExtractor()
           
 
Method Summary
 PropertyInformation extract(javax.faces.context.FacesContext facesContext, Object object)
          Returns all information about the object.
 
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
 

Constructor Detail

DefaultGroupControllerScanningExtractor

public DefaultGroupControllerScanningExtractor()
Method Detail

extract

public PropertyInformation extract(javax.faces.context.FacesContext facesContext,
                                   Object object)
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-2012 The Apache Software Foundation. All Rights Reserved.