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