Modifier and Type | Field and Description |
---|---|
protected ResourceFactory |
ResourceMethodInvoker.resource |
protected ResourceFactory |
ResourceLocatorInvoker.resource |
Modifier and Type | Method and Description |
---|---|
void |
ResourceMethodRegistry.addResourceFactory(ResourceFactory ref)
Bind an endpoint ResourceFactory.
|
void |
ResourceMethodRegistry.addResourceFactory(ResourceFactory ref,
String base)
ResourceFactory.getScannableClass() defines what class should be scanned
for JAX-RS annotations.
|
void |
ResourceMethodRegistry.addResourceFactory(ResourceFactory ref,
String base,
Class<?> clazz)
ResourceFactory.getScannableClass() is not used, only the clazz parameter and not any implemented interfaces
of the clazz parameter.
|
void |
ResourceMethodRegistry.addResourceFactory(ResourceFactory ref,
String base,
Class<?>[] classes)
ResourceFactory.getScannableClass() is not used, only the clazz parameter and not any implemented interfaces
of the clazz parameter.
|
void |
ResourceMethodRegistry.addResourceFactory(ResourceFactory rf,
String base,
ResourceClass resourceClass) |
protected void |
ResourceMethodRegistry.processMethod(ResourceFactory rf,
String base,
ResourceLocator method) |
protected void |
ResourceMethodRegistry.register(ResourceFactory rf,
String base,
ResourceClass resourceClass) |
Constructor and Description |
---|
ResourceLocatorInvoker(ResourceFactory resource,
InjectorFactory injector,
ResteasyProviderFactory providerFactory,
ResourceLocator locator) |
ResourceMethodInvoker(ResourceMethod method,
InjectorFactory injector,
ResourceFactory resource,
ResteasyProviderFactory providerFactory) |
Modifier and Type | Class and Description |
---|---|
class |
GuiceResourceFactory |
Modifier and Type | Class and Description |
---|---|
class |
JndiComponentResourceFactory
Used for component jndi-based resources like EJBs.
|
class |
JndiResourceFactory |
class |
POJOResourceFactory
Allocates an instance of a class at each invocation
|
class |
SingletonResource
VERY simple implementation that just returns the instance the SingleResource was created with
|
Modifier and Type | Class and Description |
---|---|
class |
SpringResourceFactory |
Modifier and Type | Field and Description |
---|---|
protected List<ResourceFactory> |
ResteasyDeployment.resourceFactories |
Modifier and Type | Method and Description |
---|---|
List<ResourceFactory> |
ResteasyDeployment.getResourceFactories() |
Modifier and Type | Method and Description |
---|---|
void |
Registry.addResourceFactory(ResourceFactory ref)
Add a custom resource implementation endpoint.
|
void |
Registry.addResourceFactory(ResourceFactory ref,
String basePath)
Add a custom resource implementation endpoint.
|
void |
Registry.addResourceFactory(ResourceFactory ref,
String base,
Class<?> clazz)
ResourceFactory.getScannableClass() is not used, only the clazz parameter and not any implemented interfaces
of the clazz parameter.
|
void |
Registry.addResourceFactory(ResourceFactory ref,
String base,
Class<?>[] classes) |
void |
Registry.addResourceFactory(ResourceFactory rf,
String base,
ResourceClass resourceClass) |
Modifier and Type | Method and Description |
---|---|
void |
ResteasyDeployment.setResourceFactories(List<ResourceFactory> resourceFactories) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.