| Package | Description |
|---|---|
| org.apache.wicket.core.util.lang |
Java utilities.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
PropertyResolver.CachingPropertyLocator
A wrapper for another
PropertyResolver.IPropertyLocator that caches results of PropertyResolver.CachingPropertyLocator.get(Class, String). |
static class |
PropertyResolver.DefaultPropertyLocator
Default locator supporting Java Beans properties, maps, lists and method invocations.
|
| Modifier and Type | Method and Description |
|---|---|
static PropertyResolver.IPropertyLocator |
PropertyResolver.getLocator()
Get the current
PropertyResolver.IPropertyLocator. |
| Modifier and Type | Method and Description |
|---|---|
static void |
PropertyResolver.setLocator(Application application,
PropertyResolver.IPropertyLocator locator)
Set a locator for the given application.
|
| Constructor and Description |
|---|
PropertyResolver.CachingPropertyLocator(PropertyResolver.IPropertyLocator locator) |
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.