Class SpringRendererComponentFactory
java.lang.Object
com.atlassian.confluence.renderer.plugin.SpringRendererComponentFactory
- All Implemented Interfaces:
com.atlassian.renderer.v2.plugin.RendererComponentFactory
,org.springframework.beans.factory.Aware
,org.springframework.beans.factory.BeanFactoryAware
public class SpringRendererComponentFactory
extends Object
implements com.atlassian.renderer.v2.plugin.RendererComponentFactory, org.springframework.beans.factory.BeanFactoryAware
Renderer component factory that looks the component up in the application Spring context.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.renderer.v2.components.RendererComponent
getComponentInstance
(Map map) void
setBeanFactory
(@NonNull org.springframework.beans.factory.BeanFactory beanFactory)
-
Constructor Details
-
SpringRendererComponentFactory
public SpringRendererComponentFactory()
-
-
Method Details
-
getComponentInstance
- Specified by:
getComponentInstance
in interfacecom.atlassian.renderer.v2.plugin.RendererComponentFactory
-
setBeanFactory
public void setBeanFactory(@NonNull org.springframework.beans.factory.BeanFactory beanFactory) - Specified by:
setBeanFactory
in interfaceorg.springframework.beans.factory.BeanFactoryAware
-