Uses of Interface
org.apache.myfaces.extensions.validator.core.property.PropertyInformation

Packages that use PropertyInformation
org.apache.myfaces.extensions.validator   
org.apache.myfaces.extensions.validator.baseval.annotation.extractor   
org.apache.myfaces.extensions.validator.beanval   
org.apache.myfaces.extensions.validator.beanval.annotation.extractor   
org.apache.myfaces.extensions.validator.beanval.interceptor   
org.apache.myfaces.extensions.validator.core.interceptor   
org.apache.myfaces.extensions.validator.core.metadata.extractor   
org.apache.myfaces.extensions.validator.core.property   
org.apache.myfaces.extensions.validator.core.storage   
org.apache.myfaces.extensions.validator.trinidad.interceptor   
org.apache.myfaces.extensions.validator.util   
 

Uses of PropertyInformation in org.apache.myfaces.extensions.validator
 

Methods in org.apache.myfaces.extensions.validator with parameters of type PropertyInformation
 void JoinValidationMetaDataStorageFilter.filter(PropertyInformation propertyInformation)
           
protected  void MappedConstraintSourcePropertyValidationModuleValidationInterceptor.processFieldValidation(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, Object convertedObject, PropertyInformation propertyInformation)
           
 

Uses of PropertyInformation in org.apache.myfaces.extensions.validator.baseval.annotation.extractor
 

Methods in org.apache.myfaces.extensions.validator.baseval.annotation.extractor that return PropertyInformation
 PropertyInformation DefaultPropertyScanningMetaDataExtractor.extract(javax.faces.context.FacesContext facesContext, Object object)
          Deprecated.  
 

Uses of PropertyInformation in org.apache.myfaces.extensions.validator.beanval
 

Methods in org.apache.myfaces.extensions.validator.beanval with parameters of type PropertyInformation
protected  boolean BeanValidationModuleValidationInterceptor.hasBeanValidationConstraints(PropertyInformation propertyInformation)
           
protected  boolean MappedConstraintSourceBeanValidationModuleValidationInterceptor.hasBeanValidationConstraints(PropertyInformation propertyInformation)
           
protected  void BeanValidationModuleValidationInterceptor.processFieldValidation(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, Object convertedObject, PropertyInformation propertyInformation)
           
protected  void MappedConstraintSourceBeanValidationModuleValidationInterceptor.processFieldValidation(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, Object convertedObject, PropertyInformation propertyInformation)
           
 

Uses of PropertyInformation in org.apache.myfaces.extensions.validator.beanval.annotation.extractor
 

Methods in org.apache.myfaces.extensions.validator.beanval.annotation.extractor that return PropertyInformation
 PropertyInformation DefaultGroupControllerScanningExtractor.extract(javax.faces.context.FacesContext facesContext, Object object)
           
 

Uses of PropertyInformation in org.apache.myfaces.extensions.validator.beanval.interceptor
 

Methods in org.apache.myfaces.extensions.validator.beanval.interceptor with parameters of type PropertyInformation
 void ExtValBeanValidationMetaDataExtractionInterceptor.afterExtracting(PropertyInformation propertyInformation)
           
 

Uses of PropertyInformation in org.apache.myfaces.extensions.validator.core.interceptor
 

Methods in org.apache.myfaces.extensions.validator.core.interceptor that return PropertyInformation
protected  PropertyInformation AbstractValidationInterceptor.getPropertyInformation(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent)
          Extrancts the PropertyInformation for the given component.
 

Methods in org.apache.myfaces.extensions.validator.core.interceptor with parameters of type PropertyInformation
 void ComponentInitializationAwareMetaDataExtractionInterceptor.afterExtracting(PropertyInformation propertyInformation)
           
 void MetaDataExtractionInterceptor.afterExtracting(PropertyInformation propertyInformation)
          Allows to execute additional actions on the PropertyInformation data after the extraction is performed and before it is used to determine validation strategies or UIComponent adjustments.
protected abstract  void ComponentInitializationAwareMetaDataExtractionInterceptor.afterExtractingForComponentInitialization(PropertyInformation propertyInformation)
          Perform any additional actions on the PropertyInformation data after the extraction is performed and before it is used to determine UIComponents adjustments.
protected  void ValidationInterceptor.processFieldValidation(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, Object convertedObject, PropertyInformation propertyInformation)
           
 

Uses of PropertyInformation in org.apache.myfaces.extensions.validator.core.metadata.extractor
 

Methods in org.apache.myfaces.extensions.validator.core.metadata.extractor that return PropertyInformation
 PropertyInformation MetaDataExtractor.extract(javax.faces.context.FacesContext facesContext, Object object)
          Returns all information about the object.
 PropertyInformation DefaultComponentMetaDataExtractor.extract(javax.faces.context.FacesContext facesContext, Object object)
           
protected  PropertyInformation DefaultComponentMetaDataExtractor.getPropertyInformation(Class entityClass, PropertyDetails propertyDetails)
           
 

Methods in org.apache.myfaces.extensions.validator.core.metadata.extractor with parameters of type PropertyInformation
protected  void DefaultComponentMetaDataExtractor.cacheMetaData(MetaDataStorage storage, PropertyInformation propertyInformation)
           
 

Uses of PropertyInformation in org.apache.myfaces.extensions.validator.core.property
 

Classes in org.apache.myfaces.extensions.validator.core.property that implement PropertyInformation
 class DefaultPropertyInformation
           
 

Uses of PropertyInformation in org.apache.myfaces.extensions.validator.core.storage
 

Methods in org.apache.myfaces.extensions.validator.core.storage with parameters of type PropertyInformation
 void MetaDataStorageFilter.filter(PropertyInformation propertyInformation)
          Allows to manipulate the given information which will be used e.g.
 void MetaDataStorage.storeMetaDataOf(PropertyInformation propertyInformation)
           
 void DefaultMetaDataStorage.storeMetaDataOf(PropertyInformation propertyInformation)
           
 

Uses of PropertyInformation in org.apache.myfaces.extensions.validator.trinidad.interceptor
 

Methods in org.apache.myfaces.extensions.validator.trinidad.interceptor with parameters of type PropertyInformation
protected  void TrinidadMetaDataExtractionInterceptor.afterExtractingForComponentInitialization(PropertyInformation propertyInformation)
           
 

Uses of PropertyInformation in org.apache.myfaces.extensions.validator.util
 

Methods in org.apache.myfaces.extensions.validator.util that return PropertyInformation
static PropertyInformation ExtValAnnotationUtils.extractAnnotations(Class entityClass, PropertyDetails propertyDetails)
          Extracts all annotations found on a property.
 

Methods in org.apache.myfaces.extensions.validator.util with parameters of type PropertyInformation
static void ExtValAnnotationUtils.addFieldAccessAnnotations(PropertyStorage storage, Class entity, String property, PropertyInformation propertyInformation)
          Extracts all annotations found at the field of the property.
static void ExtValAnnotationUtils.addPropertyAccessAnnotations(PropertyStorage storage, Class entity, String property, PropertyInformation propertyInformation)
          Extracts all annotations found at the getter method of a property.
static PropertyDetails ExtValUtils.getPropertyDetails(PropertyInformation propertyInformation)
           
static Map<String,Object> ExtValUtils.getTransformedMetaDataFor(javax.faces.context.FacesContext facesContext, PropertyInformation propertyInformation, Class moduleKey)
           
static Map<String,Object> ExtValUtils.getTransformedMetaDataWith(javax.faces.context.FacesContext facesContext, PropertyInformation propertyInformation, Map<String,Object> properties)
           
 



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