Uses of Interface
org.jboss.solder.properties.query.PropertyCriteria

Packages that use PropertyCriteria
org.jboss.solder.properties.query A set of utility classes for querying a class for properties based on a set of criteria. 
 

Uses of PropertyCriteria in org.jboss.solder.properties.query
 

Classes in org.jboss.solder.properties.query that implement PropertyCriteria
 class AnnotatedPropertyCriteria
          A criteria that matches a property based on its annotations
 class NamedPropertyCriteria
          A criteria that matches a property based on name
 class TypedPropertyCriteria
          A criteria that matches a property based on its type
 

Methods in org.jboss.solder.properties.query with parameters of type PropertyCriteria
 PropertyQuery<V> PropertyQuery.addCriteria(PropertyCriteria criteria)
          Add a criteria to query
 



Copyright © 2008-2011 Seam Framework. All Rights Reserved.