| Package | Description |
|---|---|
| org.apache.wicket.util |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassProvider<T>
A
provider which holds a reference to a class in a
WeakReference so that it can be collected by the GC when needed |
class |
LazyInitializer<T>
An abstraction for lazy-initializing values.
|
class |
NullProvider<T>
Provider that provides
nulls. |
class |
ValueProvider<T>
Provider that always provides the specified value.
|
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.