Uses of Class
org.xwiki.component.manager.ComponentLookupException

Packages that use ComponentLookupException
org.xwiki.component.manager   
 

Uses of ComponentLookupException in org.xwiki.component.manager
 

Methods in org.xwiki.component.manager that throw ComponentLookupException
<T> T
ComponentManager.lookup(Class<T> role)
          Find a component instance that implements that passed interface class.
<T> T
ComponentManager.lookup(Class<T> role, String roleHint)
          Find a component instance that implements that passed interface class.
<T> List<T>
ComponentManager.lookupList(Class<T> role)
           
<T> Map<String,T>
ComponentManager.lookupMap(Class<T> role)
           
 



Copyright © 2004-2011 XWiki. All Rights Reserved.