org.richfaces.util
public abstract class LazyLoadingObject<T> extends Object
Provides proxy for object which is constructed internally in loadData()
method.
Proxy satisfied that loadData()
will not be called before first usage of the proxy by any available method,
providing deferred (lazy) initialization.
In constructor, interfaces which will implement provided proxy can be passed.
Constructor and Description |
---|
LazyLoadingObject(Class<?>... interfaces) |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.