Uses of Interface
org.apache.wicket.core.util.lang.PropertyResolver.IPropertyLocator
-
Packages that use PropertyResolver.IPropertyLocator Package Description org.apache.wicket.core.util.lang Java utilities. -
-
Uses of PropertyResolver.IPropertyLocator in org.apache.wicket.core.util.lang
Classes in org.apache.wicket.core.util.lang that implement PropertyResolver.IPropertyLocator Modifier and Type Class Description static classPropertyResolver.CachingPropertyLocatorA wrapper for anotherPropertyResolver.IPropertyLocatorthat caches results ofPropertyResolver.CachingPropertyLocator.get(Class, String).static classPropertyResolver.DefaultPropertyLocatorDefault locator supporting Java Beans properties, maps, lists and method invocations.Methods in org.apache.wicket.core.util.lang that return PropertyResolver.IPropertyLocator Modifier and Type Method Description static PropertyResolver.IPropertyLocatorPropertyResolver. getLocator()Get the currentPropertyResolver.IPropertyLocator.Methods in org.apache.wicket.core.util.lang with parameters of type PropertyResolver.IPropertyLocator Modifier and Type Method Description static voidPropertyResolver. setLocator(Application application, PropertyResolver.IPropertyLocator locator)Set a locator for the given application.Constructors in org.apache.wicket.core.util.lang with parameters of type PropertyResolver.IPropertyLocator Constructor Description CachingPropertyLocator(PropertyResolver.IPropertyLocator locator)
-