| java.lang.Object | |
| ↳ | com.atlassian.confluence.util.LazyComponentReference |
Lazily loads the component from the ContainerManager and memoize the result.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Static factory that takes the component name and the type.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Static factory that takes the component name and the type.
Note this is unsafe as it doesn't actually cast until the usage site due to erasure.
| name | the name of the component |
|---|

