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 Details

    • SpringRendererComponentFactory

      public SpringRendererComponentFactory()
  • Method Details

    • getComponentInstance

      public com.atlassian.renderer.v2.components.RendererComponent getComponentInstance(Map map)
      Specified by:
      getComponentInstance in interface com.atlassian.renderer.v2.plugin.RendererComponentFactory
    • setBeanFactory

      public void setBeanFactory(@NonNull org.springframework.beans.factory.BeanFactory beanFactory)
      Specified by:
      setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAware