Class FinderProxyFactoryImpl
- java.lang.Object
-
- com.atlassian.confluence.api.impl.service.content.finder.FinderProxyFactoryImpl
-
- All Implemented Interfaces:
FinderProxyFactory
public class FinderProxyFactoryImpl extends Object implements FinderProxyFactory
-
-
Constructor Summary
Constructors Constructor Description FinderProxyFactoryImpl(List<org.springframework.aop.Advisor> advisors, ConfluenceAccessManager confluenceAccessManager)
-
-
-
Constructor Detail
-
FinderProxyFactoryImpl
public FinderProxyFactoryImpl(List<org.springframework.aop.Advisor> advisors, ConfluenceAccessManager confluenceAccessManager)
-
-
Method Detail
-
createProxy
public <T> T createProxy(T target, Class<T> targetClass)
- Specified by:
createProxy
in interfaceFinderProxyFactory
-
-