Package org.apache.wicket.core.util.lang
Class PropertyResolver.DefaultPropertyLocator
- java.lang.Object
-
- org.apache.wicket.core.util.lang.PropertyResolver.DefaultPropertyLocator
-
- All Implemented Interfaces:
PropertyResolver.IPropertyLocator
- Enclosing class:
- PropertyResolver
public static class PropertyResolver.DefaultPropertyLocator extends Object implements PropertyResolver.IPropertyLocator
Default locator supporting Java Beans properties, maps, lists and method invocations.
-
-
Constructor Summary
Constructors Constructor Description DefaultPropertyLocator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyResolver.IGetAndSet
get(Class<?> clz, String exp)
GetPropertyResolver.IGetAndSet
for a property.
-
-
-
Constructor Detail
-
DefaultPropertyLocator
public DefaultPropertyLocator()
-
-
Method Detail
-
get
public PropertyResolver.IGetAndSet get(Class<?> clz, String exp)
Description copied from interface:PropertyResolver.IPropertyLocator
GetPropertyResolver.IGetAndSet
for a property.- Specified by:
get
in interfacePropertyResolver.IPropertyLocator
- Parameters:
clz
- owning classexp
- identifying the property- Returns:
- getAndSet or
null
if non located
-
-