Package | Description |
---|---|
org.jboss.resteasy.core | |
org.jboss.resteasy.plugins.server.resourcefactory | |
org.jboss.resteasy.spi |
Modifier and Type | Field and Description |
---|---|
protected ResourceFactory |
ResourceLocatorInvoker.resource |
protected ResourceFactory |
ResourceMethodInvoker.resource |
Modifier and Type | Method and Description |
---|---|
void |
ResourceMethodRegistry.addResourceFactory(ResourceFactory ref)
Bind an endpoint ResourceFactory.
|
void |
ResourceMethodRegistry.addResourceFactory(ResourceFactory ref,
java.lang.String base)
ResourceFactory.getScannableClass() defines what class should be scanned
for JAX-RS annotations.
|
void |
ResourceMethodRegistry.addResourceFactory(ResourceFactory ref,
java.lang.String base,
java.lang.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,
java.lang.String base,
java.lang.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,
java.lang.String base,
ResourceClass resourceClass) |
protected void |
ResourceMethodRegistry.processMethod(ResourceFactory rf,
java.lang.String base,
ResourceLocator method) |
protected void |
ResourceMethodRegistry.register(ResourceFactory rf,
java.lang.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 |
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 | Field and Description |
---|---|
protected java.util.List<ResourceFactory> |
ResteasyDeployment.resourceFactories |
Modifier and Type | Method and Description |
---|---|
java.util.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,
java.lang.String basePath)
Add a custom resource implementation endpoint.
|
void |
Registry.addResourceFactory(ResourceFactory ref,
java.lang.String base,
java.lang.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,
java.lang.String base,
java.lang.Class<?>[] classes) |
void |
Registry.addResourceFactory(ResourceFactory rf,
java.lang.String base,
ResourceClass resourceClass) |
Modifier and Type | Method and Description |
---|---|
void |
ResteasyDeployment.setResourceFactories(java.util.List<ResourceFactory> resourceFactories) |