| Methods in com.atlassian.spring.container that throw ComponentNotFoundException |
java.lang.Object |
ContainerContext.getComponent(java.lang.Object key)
Retrieves a component from the container |
java.lang.Object |
SpringContainerContext.getComponent(java.lang.Object key)
|
static java.lang.Object |
ContainerManager.getComponent(java.lang.String key)
Utility method to get a bean from the current container |
static
|
ContainerManager.getComponent(java.lang.String key,
java.lang.Class<T> aClass)
Utility method to get a bean from the current container |