@Deprecated public interface ContainerProvider
This container is registered in application properties using the key ComponentManager.EXTENSION_PROVIDER_PROPERTY
and will be loaded only once upon startup.
Modifier and Type | Method and Description |
---|---|
org.picocontainer.MutablePicoContainer |
getContainer(org.picocontainer.PicoContainer parent)
Deprecated.
Provide a container containing implementations that you want to override the defaults provided.
|
org.picocontainer.MutablePicoContainer getContainer(org.picocontainer.PicoContainer parent)
parent
- The default container provided by JIRA. You will most likely want to use this as the parent container for the container that is createdCopyright © 2002-2018 Atlassian. All Rights Reserved.