com.atlassian.confluence.renderer.plugin
Class SpringRendererComponentFactory

java.lang.Object
  extended by com.atlassian.confluence.renderer.plugin.SpringRendererComponentFactory
All Implemented Interfaces:
com.atlassian.renderer.v2.plugin.RendererComponentFactory, 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
SpringRendererComponentFactory()
           
 
Method Summary
 com.atlassian.renderer.v2.components.RendererComponent getComponentInstance(Map map)
           
 void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringRendererComponentFactory

public SpringRendererComponentFactory()
Method Detail

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(org.springframework.beans.factory.BeanFactory beanFactory)
Specified by:
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAware


Copyright © 2003–2015 Atlassian. All rights reserved.