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 java.lang.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.IGetAndSetget(java.lang.Class<?> clz, java.lang.String exp)GetPropertyResolver.IGetAndSetfor a property.
-
-
-
Method Detail
-
get
public PropertyResolver.IGetAndSet get(java.lang.Class<?> clz, java.lang.String exp)
Description copied from interface:PropertyResolver.IPropertyLocatorGetPropertyResolver.IGetAndSetfor a property.- Specified by:
getin interfacePropertyResolver.IPropertyLocator- Parameters:
clz- owning classexp- identifying the property- Returns:
- getAndSet or
nullif non located
-
-