Uses of Class
com.atlassian.spring.container.ComponentNotFoundException

Packages that use ComponentNotFoundException
com.atlassian.spring.container   
 

Uses of ComponentNotFoundException in com.atlassian.spring.container
 

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
<T> T
ContainerManager.getComponent(java.lang.String key, java.lang.Class<T> aClass)
          Utility method to get a bean from the current container
 



Copyright © 2006-2011 Atlassian. All Rights Reserved.