Class LazyProxyFactory
java.lang.Object
com.atlassian.confluence.impl.spring.LazyProxyFactory
Deprecated.
since 7.15 Unused.
A utility for creating lazy proxies for Spring beans. This is primarily useful for handling circular reference problems.
- Since:
- 7.5
-
Constructor Summary
ConstructorDescriptionLazyProxyFactory
(org.springframework.beans.factory.BeanFactory beanFactory) Deprecated. -
Method Summary
-
Constructor Details
-
LazyProxyFactory
public LazyProxyFactory(@Autowired org.springframework.beans.factory.BeanFactory beanFactory) Deprecated.
-
-
Method Details
-
proxy
Deprecated.Creates a proxy object for the Spring bean with the given name and type.
-