org.apache.myfaces.extensions.validator.beanval.annotation.extractor
Class DefaultGroupControllerScanningExtractor
java.lang.Object
org.apache.myfaces.extensions.validator.core.metadata.extractor.DefaultComponentMetaDataExtractor
org.apache.myfaces.extensions.validator.beanval.annotation.extractor.DefaultGroupControllerScanningExtractor
- All Implemented Interfaces:
- MetaDataExtractor
public class DefaultGroupControllerScanningExtractor
- extends DefaultComponentMetaDataExtractor
- Since:
- x.x.3
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultGroupControllerScanningExtractor
public DefaultGroupControllerScanningExtractor()
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 Contextobject - 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.