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)
          Deprecated. since 4.0M1 use ComponentManager.lookupComponent(Type) iinstead
<T> T
ComponentManager.lookup(Class<T> role, String hint)
          Deprecated. 
<T> T
ComponentManager.lookupComponent(Type roleType)
          Find a component instance that implements that passed type.
<T> T
ComponentManager.lookupComponent(Type roleType, String roleHint)
          Find a component instance that implements that passed interface class.
<T> List<T>
ComponentManager.lookupList(Class<T> role)
          Deprecated. since 4.0M1 use ComponentManager.lookupList(Type) instead
<T> List<T>
ComponentManager.lookupList(Type role)
          Find all the components implementing the provided role.
<T> Map<String,T>
ComponentManager.lookupMap(Class<T> role)
          Deprecated. since 4.0M1 use ComponentManager.lookupMap(Type) instead
<T> Map<String,T>
ComponentManager.lookupMap(Type role)
          Find all the components implementing the provided role and organize then in a Map with role hint as key.
 



Copyright © 2004-2012 XWiki. All Rights Reserved.