public class TypedPropertyCriteria extends Object implements PropertyCriteria
PropertyCriteria
Constructor and Description |
---|
TypedPropertyCriteria(Class<?> propertyClass) |
Modifier and Type | Method and Description |
---|---|
boolean |
fieldMatches(Field f)
Tests whether the specified field matches the criteria
|
boolean |
methodMatches(Method m)
Tests whether the specified method matches the criteria
|
public TypedPropertyCriteria(Class<?> propertyClass)
public boolean fieldMatches(Field f)
PropertyCriteria
fieldMatches
in interface PropertyCriteria
public boolean methodMatches(Method m)
PropertyCriteria
methodMatches
in interface PropertyCriteria
Copyright © 2008-2013 Seam Framework. All Rights Reserved.