Package | Description |
---|---|
com.sun.jersey.core.impl.provider.xml | |
com.sun.jersey.core.spi.component |
Provides support for components.
|
com.sun.jersey.core.spi.component.ioc |
Provides support for IoC-based components.
|
com.sun.jersey.core.spi.factory |
Provides support for factories of particular component types.
|
com.sun.jersey.guice.spi.container |
Provides support for Guice-based applications.
|
com.sun.jersey.guice.spi.container.servlet |
Provides support for Guice-based Web applications.
|
com.sun.jersey.multipart.impl | |
com.sun.jersey.oauth.server | |
com.sun.jersey.server.impl.application | |
com.sun.jersey.server.impl.component | |
com.sun.jersey.server.impl.container.servlet | |
com.sun.jersey.server.impl.inject | |
com.sun.jersey.server.impl.model.parameter | |
com.sun.jersey.server.impl.resource | |
com.sun.jersey.server.spi.component |
Provides support for components that are resource classes.
|
com.sun.jersey.spi.inject |
Provides support for injection onto resource and provider classes.
|
Modifier and Type | Method and Description |
---|---|
ComponentScope |
ThreadLocalSingletonContextProvider.getScope() |
ComponentScope |
LazySingletonContextProvider.getScope() |
Modifier and Type | Field and Description |
---|---|
static List<ComponentScope> |
ComponentScope.PERREQUEST_UNDEFINED
A immutable list comprising of the scopes PerRequest and
Undefined, in that order.
|
static List<ComponentScope> |
ComponentScope.PERREQUEST_UNDEFINED_SINGLETON
A immutable list comprising of the scopes PerRequest, Undefined and
Singleton, in that order.
|
static List<ComponentScope> |
ComponentScope.UNDEFINED_SINGLETON
A immutable list comprising of the scopes Undefined and
Singleton, in that order.
|
Modifier and Type | Method and Description |
---|---|
static ComponentScope |
ComponentScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentScope[] |
ComponentScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ComponentScope |
IoCFullyManagedComponentProvider.getScope()
Get the scope.
|
ComponentScope |
IoCManagedComponentProvider.getScope()
Get the component scope.
|
ComponentScope |
IoCComponentProcessorFactory.getScope(Class c)
Get the scope of the component, if that component is managed
by the Jersey runtime.
|
Modifier and Type | Method and Description |
---|---|
IoCComponentProcessor |
IoCComponentProcessorFactory.get(Class c,
ComponentScope scope)
Get a
IoCComponentProcessor instance given a class
and scope. |
Modifier and Type | Method and Description |
---|---|
<A extends Annotation,C> |
InjectableProviderFactory.getInjectable(Class<? extends Annotation> ac,
ComponentContext ic,
A a,
C c,
ComponentScope s) |
boolean |
InjectableProviderFactory.isInjectableProviderRegistered(Class<? extends Annotation> ac,
Class<?> cc,
ComponentScope s) |
Modifier and Type | Method and Description |
---|---|
<A extends Annotation,C> |
InjectableProviderFactory.getInjectable(Class<? extends Annotation> ac,
ComponentContext ic,
A a,
C c,
List<ComponentScope> ls) |
<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 |
---|---|
Map<com.google.inject.Scope,ComponentScope> |
GuiceComponentProviderFactory.createScopeMap()
Maps a Guice scope to a Jersey scope.
|
Modifier and Type | Method and Description |
---|---|
Map<com.google.inject.Scope,ComponentScope> |
GuiceContainer.ServletGuiceComponentProviderFactory.createScopeMap() |
Modifier and Type | Method and Description |
---|---|
ComponentScope |
MultiPartConfigProvider.getScope() |
Modifier and Type | Method and Description |
---|---|
ComponentScope |
OAuthProviderInjectionProvider.getScope() |
Modifier and Type | Method and Description |
---|---|
ComponentScope |
CloseableServiceFactory.getScope() |
Modifier and Type | Method and Description |
---|---|
ComponentScope |
ResourceFactory.getScope(Class c) |
Modifier and Type | Method and Description |
---|---|
ComponentScope |
PerSessionFactory.getScope(Class c) |
Modifier and Type | Method and Description |
---|---|
ComponentScope |
HttpContextInjectableProvider.getScope() |
ComponentScope |
BaseParamInjectableProvider.getScope() |
Modifier and Type | Method and Description |
---|---|
ComponentScope |
PerRequestFactory.getScope(Class c) |
ComponentScope |
SingletonFactory.getScope(Class c) |
Modifier and Type | Method and Description |
---|---|
ComponentScope |
ResourceComponentProvider.getScope()
Get the scope.
|
ComponentScope |
ResourceComponentProviderFactory.getScope(Class c)
Get the scope of the resource class.
|
Constructor and Description |
---|
ResourceComponentConstructor(ServerInjectableProviderContext sipc,
ComponentScope scope,
AbstractResource ar) |
ResourceComponentInjector(ServerInjectableProviderContext ipc,
ComponentScope s,
AbstractResource resource)
Create a new resource component injector.
|
Modifier and Type | Field and Description |
---|---|
ComponentScope |
InjectableProviderContext.InjectableScopePair.cs |
Modifier and Type | Method and Description |
---|---|
ComponentScope |
InjectableProvider.getScope()
Get the scope of the injectable provider.
|
ComponentScope |
SingletonTypeInjectableProvider.getScope() |
ComponentScope |
PerRequestTypeInjectableProvider.getScope() |
Modifier and Type | Method and Description |
---|---|
<A extends Annotation,C> |
InjectableProviderContext.getInjectable(Class<? extends Annotation> ac,
ComponentContext ic,
A a,
C c,
ComponentScope s)
Get an injectable.
|
boolean |
InjectableProviderContext.isInjectableProviderRegistered(Class<? extends Annotation> ac,
Class<?> cc,
ComponentScope s) |
Modifier and Type | Method and Description |
---|---|
<A extends Annotation,C> |
InjectableProviderContext.getInjectable(Class<? extends Annotation> ac,
ComponentContext ic,
A a,
C c,
List<ComponentScope> ls)
Get an injectable.
|
<A extends Annotation,C> |
InjectableProviderContext.getInjectableWithScope(Class<? extends Annotation> ac,
ComponentContext ic,
A a,
C c,
List<ComponentScope> ls)
Get an injectable.
|
Constructor and Description |
---|
InjectableProviderContext.InjectableScopePair(Injectable i,
ComponentScope cs) |
Copyright © 2013 Oracle Corporation. All rights reserved.