public class BambooSpringContainerContext
extends com.atlassian.spring.container.SpringContainerContext
SpringContainerContext
wraps the passed bean factory.
Unfortunately, this is not a full delegation/copy and some of the settings from the original
bean factory are lost. This class overrides the methods that interact with the bean factory
and reroutes the calls to the original factory.Constructor and Description |
---|
BambooSpringContainerContext() |
Modifier and Type | Method and Description |
---|---|
void |
autowireComponent(Object bean) |
Object |
createCompleteComponent(Class clazz) |
Object |
createComponent(Class clazz) |
void |
setApplicationContext(org.springframework.context.ApplicationContext appContext) |
public Object createComponent(Class clazz)
createComponent
in interface com.atlassian.spring.container.ContainerContext
createComponent
in class com.atlassian.spring.container.SpringContainerContext
public Object createCompleteComponent(Class clazz)
createCompleteComponent
in interface com.atlassian.spring.container.ContainerContext
createCompleteComponent
in class com.atlassian.spring.container.SpringContainerContext
public void autowireComponent(Object bean)
autowireComponent
in interface com.atlassian.spring.container.ContainerContext
autowireComponent
in class com.atlassian.spring.container.SpringContainerContext
public void setApplicationContext(org.springframework.context.ApplicationContext appContext) throws org.springframework.context.ApplicationContextException
setApplicationContext
in class com.atlassian.spring.container.SpringContainerContext
org.springframework.context.ApplicationContextException
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.