@Component public class

SpringHostComponentProviderFactoryBean

extends AbstractFactoryBean
java.lang.Object
   ↳ org.springframework.beans.factory.config.AbstractFactoryBean
     ↳ com.atlassian.plugin.spring.SpringHostComponentProviderFactoryBean

Summary

[Expand]
Inherited Fields
From class org.springframework.beans.factory.config.AbstractFactoryBean
Public Constructors
SpringHostComponentProviderFactoryBean()
Public Methods
Class getObjectType()
void setBeanContextClassLoaderStrategies(Map<StringContextClassLoaderStrategy> beanContextClassLoaderStrategies)
void setBeanInterfaces(Map<StringClass[]> beanInterfaces)
void setBeanNames(Set<String> beanNames)
void setUseAnnotation(boolean useAnnotation)
Protected Methods
Object createInstance()
[Expand]
Inherited Methods
From class org.springframework.beans.factory.config.AbstractFactoryBean
From class java.lang.Object
From interface org.springframework.beans.factory.BeanClassLoaderAware
From interface org.springframework.beans.factory.BeanFactoryAware
From interface org.springframework.beans.factory.DisposableBean
From interface org.springframework.beans.factory.FactoryBean
From interface org.springframework.beans.factory.InitializingBean

Public Constructors

public SpringHostComponentProviderFactoryBean ()

Public Methods

public Class getObjectType ()

public void setBeanContextClassLoaderStrategies (Map<StringContextClassLoaderStrategy> beanContextClassLoaderStrategies)

public void setBeanInterfaces (Map<StringClass[]> beanInterfaces)

public void setBeanNames (Set<String> beanNames)

public void setUseAnnotation (boolean useAnnotation)

Protected Methods

protected Object createInstance ()

Throws
Exception