Package org.apache.wicket.core.util.lang
Interface PropertyResolver.IPropertyLocator
-
- All Known Implementing Classes:
PropertyResolver.CachingPropertyLocator
,PropertyResolver.DefaultPropertyLocator
- Enclosing class:
- PropertyResolver
public static interface PropertyResolver.IPropertyLocator
A locator of properties.- See Also:
- WICKET-5623
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertyResolver.IGetAndSet
get(Class<?> clz, String exp)
GetPropertyResolver.IGetAndSet
for a property.
-
-
-
Method Detail
-
get
PropertyResolver.IGetAndSet get(Class<?> clz, String exp)
GetPropertyResolver.IGetAndSet
for a property.- Parameters:
clz
- owning classexp
- identifying the property- Returns:
- getAndSet or
null
if non located
-
-