|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@InjectableComponent public interface ComponentLocator
A locator that allows components to be looked up at runtime.
| Method Summary | ||
|---|---|---|
|
getComponent(Class<T> type)
Find a component of the passed class in JIRA. |
|
|
getComponentInstanceOfType(Class<T> type)
Find a component of the passed class in JIRA. |
|
| Method Detail |
|---|
<T> T getComponentInstanceOfType(Class<T> type)
T - the type of the component to look for.type - the class of the component to look for. Must not be null.
<T> T getComponent(Class<T> type)
getComponentInstanceOfType(Class) but has a shorter and more
meaningful name.
T - the type of the component to look for.type - the class of the component to look for. Must not be null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||