|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IoCComponentProcessorFactory
A factory for obtaining IoCComponentProcessor instances.
| Method Summary | |
|---|---|
IoCComponentProcessor |
get(java.lang.Class c,
ComponentScope scope)
Get a IoCComponentProcessor instance given a class
and scope. |
ComponentScope |
getScope(java.lang.Class c)
Get the scope of the component, if that component is managed by the Jersey runtime. |
| Method Detail |
|---|
ComponentScope getScope(java.lang.Class c)
c - the class to determine the scope from.
IoCComponentProcessor get(java.lang.Class c,
ComponentScope scope)
IoCComponentProcessor instance given a class
and scope.
c - the class.scope - the scope.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||