| Methods in org.xwiki.component.manager that throw ComponentLookupException |
|
ComponentManager.lookup(Class<T> role)
Find a component instance that implements that passed interface class. |
|
ComponentManager.lookup(Class<T> role,
String roleHint)
Find a component instance that implements that passed interface class. |
|
ComponentManager.lookupList(Class<T> role)
Find all the components implementing the provided role. |
|
ComponentManager.lookupMap(Class<T> role)
Find all the components implementing the provided role and organize then in a Map with role hint as key. |