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.ContainerContextcreateComponent in class com.atlassian.spring.container.SpringContainerContextpublic Object createCompleteComponent(Class clazz)
createCompleteComponent in interface com.atlassian.spring.container.ContainerContextcreateCompleteComponent in class com.atlassian.spring.container.SpringContainerContextpublic void autowireComponent(Object bean)
autowireComponent in interface com.atlassian.spring.container.ContainerContextautowireComponent in class com.atlassian.spring.container.SpringContainerContextpublic void setApplicationContext(org.springframework.context.ApplicationContext appContext)
throws org.springframework.context.ApplicationContextException
setApplicationContext in class com.atlassian.spring.container.SpringContainerContextorg.springframework.context.ApplicationContextExceptionCopyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.