Package | Description |
---|---|
com.sun.jersey.core.spi.factory |
Provides support for factories of particular component types.
|
com.sun.jersey.server.impl.inject | |
com.sun.jersey.spi.inject |
Provides support for injection onto resource and provider classes.
|
Modifier and Type | Method and Description |
---|---|
<A extends Annotation,C> |
InjectableProviderFactory.getInjectableWithScope(Class<? extends Annotation> ac,
ComponentContext ic,
A a,
C c,
List<ComponentScope> ls) |
Modifier and Type | Method and Description |
---|---|
InjectableProviderContext.InjectableScopePair |
ServerInjectableProviderFactory.getInjectableiWithScope(AccessibleObject ao,
Parameter p,
ComponentScope s) |
InjectableProviderContext.InjectableScopePair |
ServerInjectableProviderContext.getInjectableiWithScope(AccessibleObject ao,
Parameter p,
ComponentScope s)
Get an injectable given a parameter.
|
InjectableProviderContext.InjectableScopePair |
ServerInjectableProviderFactory.getInjectableiWithScope(Parameter p,
ComponentScope s) |
InjectableProviderContext.InjectableScopePair |
ServerInjectableProviderContext.getInjectableiWithScope(Parameter p,
ComponentScope s)
Get an injectable given a parameter.
|
Modifier and Type | Method and Description |
---|---|
<A extends Annotation,C> |
InjectableProviderContext.getInjectableWithScope(Class<? extends Annotation> ac,
ComponentContext ic,
A a,
C c,
List<ComponentScope> ls)
Get an injectable.
|
Copyright © 2013 Oracle Corporation. All rights reserved.