T
- type of service that is responsible for loading contentpublic interface LazyLoaded<T>
Modifier and Type | Method and Description |
---|---|
void |
load()
Loads the actual content based on other attribute of the instance
using load service if given.
|
void |
setLoadService(T service)
Should be set after object construction (usually in marshaling strategies) so whenever is needed
content can be loaded via this service
|
void setLoadService(T service)
service
- service implementation capable of loading the contentvoid load()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.