|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContainerProvider
A ContainerProvider provides a container to override the container created as a normal process inside JIRA.
This container is registered in application properties using the key ComponentManager.EXTENSION_PROVIDER_PROPERTY
and will be loaded only once upon startup.
| Method Summary | |
|---|---|
org.picocontainer.MutablePicoContainer |
getContainer(org.picocontainer.PicoContainer parent)
Provide a container containing implementations that you want to override the defaults provided. |
| Method Detail |
|---|
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 created
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||