public interface

ContainerProvider

com.atlassian.jira.extension.ContainerProvider

Class Overview

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 EXTENSION_PROVIDER_PROPERTY and will be loaded only once upon startup.

Summary

Public Methods
MutablePicoContainer getContainer(PicoContainer parent)
Provide a container containing implementations that you want to override the defaults provided.

Public Methods

public MutablePicoContainer getContainer (PicoContainer parent)

Provide a container containing implementations that you want to override the defaults provided.

Parameters
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