| Package | Description |
|---|---|
| com.sun.jersey.core.spi.factory |
Provides support for factories of particular component types.
|
| com.sun.jersey.spi.container.servlet |
Provides support for servlet-based and filter-based Web applications.
|
| com.sun.jersey.spi.inject |
Provides support for injection onto resource and provider classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InjectableProviderFactory.add(InjectableProvider ip) |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ServletContainer.ContextInjectableProvider<T>
A helper class for creating an injectable provider that supports
Context with a type and constant value. |
protected static class |
WebComponent.ContextInjectableProvider<T>
A helper class for creating an injectable provider that supports
Context with a type and constant value. |
| Modifier and Type | Class and Description |
|---|---|
class |
PerRequestTypeInjectableProvider<A extends java.lang.annotation.Annotation,T>
A utility class that may implemented to support a per-request injectable
provider for a specific type T.
|
class |
SingletonTypeInjectableProvider<A extends java.lang.annotation.Annotation,T>
A utility class that may implemented to support a singleton injectable
provider for a specific type T, and an instance of type T, that is to be
injected.
|
Copyright © 2016 Oracle Corporation. All Rights Reserved.