| Package | Description |
|---|---|
| org.everrest.core | |
| org.everrest.core.impl |
| Modifier and Type | Method and Description |
|---|---|
ProviderBinder |
ApplicationContext.getProviders() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationContext.setProviders(ProviderBinder providers) |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationProviderBinder
Provider binder for concrete JAX-RS application.
|
| Modifier and Type | Field and Description |
|---|---|
protected ProviderBinder |
ApplicationPublisher.providers |
protected ProviderBinder |
ApplicationContextImpl.providers
Providers.
|
| Modifier and Type | Method and Description |
|---|---|
static ProviderBinder |
ProviderBinder.getInstance() |
ProviderBinder |
EverrestProcessor.getProviders() |
ProviderBinder |
ApplicationContextImpl.getProviders() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ProviderBinder.setInstance(ProviderBinder inst)
Replace default set of providers by new one.
|
void |
ApplicationContextImpl.setProviders(ProviderBinder providers) |
| Constructor and Description |
|---|
ApplicationContextImpl(GenericContainerRequest request,
GenericContainerResponse response,
ProviderBinder providers)
Constructs new instance of ApplicationContext.
|
ApplicationContextImpl(GenericContainerRequest request,
GenericContainerResponse response,
ProviderBinder providers,
MethodInvokerDecoratorFactory methodInvokerDecoratorFactory)
Constructs new instance of ApplicationContext.
|
ApplicationPublisher(ResourceBinder resources,
ProviderBinder providers) |
EverrestProcessor(ResourceBinder resources,
ProviderBinder providers,
DependencySupplier dependencySupplier) |
EverrestProcessor(ResourceBinder resources,
ProviderBinder providers,
DependencySupplier dependencySupplier,
EverrestConfiguration config,
javax.ws.rs.core.Application application) |
RestComponentResolver(ResourceBinder resources,
ProviderBinder providers) |
Copyright © 2012–2016 Codenvy, S.A.. All rights reserved.