Package | Description |
---|---|
org.jboss.resteasy.cdi | |
org.jboss.resteasy.core | |
org.jboss.resteasy.plugins.guice | |
org.jboss.resteasy.plugins.server.resourcefactory | |
org.jboss.resteasy.spi |
Modifier and Type | Class and Description |
---|---|
class |
CdiInjectorFactory |
Modifier and Type | Class and Description |
---|---|
class |
InjectorFactoryImpl |
Modifier and Type | Field and Description |
---|---|
protected InjectorFactory |
ResourceMethod.injector |
protected InjectorFactory |
ResourceLocator.injector |
Modifier and Type | Method and Description |
---|---|
InjectorFactory |
ThreadLocalResteasyProviderFactory.getInjectorFactory() |
Modifier and Type | Method and Description |
---|---|
void |
ThreadLocalResteasyProviderFactory.setInjectorFactory(InjectorFactory injectorFactory) |
Constructor and Description |
---|
ResourceLocator(ResourceFactory resource,
InjectorFactory injector,
ResteasyProviderFactory providerFactory,
Class root,
Method method) |
ResourceMethod(Class<?> clazz,
Method method,
InjectorFactory injector,
ResourceFactory resource,
ResteasyProviderFactory providerFactory,
Set<String> httpMethods) |
Modifier and Type | Method and Description |
---|---|
Object |
GuiceResourceFactory.createResource(HttpRequest request,
HttpResponse response,
InjectorFactory factory) |
void |
GuiceResourceFactory.registered(InjectorFactory factory) |
Modifier and Type | Method and Description |
---|---|
Object |
JndiComponentResourceFactory.createResource(HttpRequest request,
HttpResponse response,
InjectorFactory factory) |
Object |
JndiResourceFactory.createResource(HttpRequest request,
HttpResponse response,
InjectorFactory factory) |
Object |
POJOResourceFactory.createResource(HttpRequest request,
HttpResponse response,
InjectorFactory factory) |
Object |
SingletonResource.createResource(HttpRequest request,
HttpResponse response,
InjectorFactory factory) |
void |
JndiComponentResourceFactory.registered(InjectorFactory factory) |
void |
JndiResourceFactory.registered(InjectorFactory factory) |
void |
POJOResourceFactory.registered(InjectorFactory factory) |
void |
SingletonResource.registered(InjectorFactory factory) |
Modifier and Type | Field and Description |
---|---|
protected InjectorFactory |
ResteasyProviderFactory.injectorFactory |
Modifier and Type | Method and Description |
---|---|
InjectorFactory |
ResteasyProviderFactory.getInjectorFactory() |
Modifier and Type | Method and Description |
---|---|
Object |
ResourceFactory.createResource(HttpRequest request,
HttpResponse response,
InjectorFactory factory)
Called per request to obtain a resource instance to invoke http request on.
|
void |
ResourceFactory.registered(InjectorFactory factory)
Callback after registration has been completed.
|
void |
ResteasyProviderFactory.setInjectorFactory(InjectorFactory injectorFactory) |
Copyright © 2013. All Rights Reserved.