Uses of Interface
org.apache.myfaces.extensions.validator.core.storage.PropertyStorage

Packages that use PropertyStorage
org.apache.myfaces.extensions.validator.core.storage   
org.apache.myfaces.extensions.validator.util   
 

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

Classes in org.apache.myfaces.extensions.validator.core.storage that implement PropertyStorage
 class DefaultPropertyStorage
           
 

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

Methods in org.apache.myfaces.extensions.validator.util that return PropertyStorage
static PropertyStorage ReflectionUtils.getPropertyStorage()
           
 

Methods in org.apache.myfaces.extensions.validator.util with parameters of type PropertyStorage
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 Field ReflectionUtils.tryToGetFieldOfProperty(PropertyStorage storage, Class entity, String property)
           
static Method ReflectionUtils.tryToGetMethodOfProperty(PropertyStorage storage, Class entity, String property)
           
 



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