org.wicketstuff.context
Class Instance<T>
java.lang.Object
org.wicketstuff.context.Instance<T>
- Type Parameters:
T
-
- All Implemented Interfaces:
- Serializable
public class Instance<T>
- extends Object
- implements Serializable
Instance
enables the lazy approach. The target is not known until the get()
is invoked.
- Author:
- zruchala
- See Also:
- Serialized Form
Constructor Summary |
Instance(Field pField,
org.apache.wicket.Component pComponent)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Instance
public Instance(Field pField,
org.apache.wicket.Component pComponent)
get
public T get()
Copyright © 2014–2018. All rights reserved.