Uses of Interface
org.jboss.resteasy.spi.ResourceFactory
Packages that use ResourceFactory
Package
Description
-
Uses of ResourceFactory in org.jboss.resteasy.core
Fields in org.jboss.resteasy.core declared as ResourceFactoryModifier and TypeFieldDescriptionprotected ResourceFactoryResourceLocatorInvoker.resourceprotected ResourceFactoryResourceMethodInvoker.resourceMethods in org.jboss.resteasy.core with parameters of type ResourceFactoryModifier and TypeMethodDescriptionvoidResourceMethodRegistry.addResourceFactory(ResourceFactory ref) Bind an endpoint ResourceFactory.voidResourceMethodRegistry.addResourceFactory(ResourceFactory ref, String base) ResourceFactory.getScannableClass() defines what class should be scanned for JAX-RS annotations.voidResourceMethodRegistry.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.voidResourceMethodRegistry.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.voidResourceMethodRegistry.addResourceFactory(ResourceFactory rf, String base, ResourceClass resourceClass) protected voidResourceMethodRegistry.processMethod(ResourceFactory rf, String base, ResourceLocator method) protected voidResourceMethodRegistry.register(ResourceFactory rf, String base, ResourceClass resourceClass) Constructors in org.jboss.resteasy.core with parameters of type ResourceFactoryModifierConstructorDescriptionResourceLocatorInvoker(ResourceFactory resource, InjectorFactory injector, ResteasyProviderFactory providerFactory, ResourceLocator locator) ResourceMethodInvoker(ResourceMethod method, InjectorFactory injector, ResourceFactory resource, ResteasyProviderFactory providerFactory) -
Uses of ResourceFactory in org.jboss.resteasy.plugins.server.resourcefactory
Classes in org.jboss.resteasy.plugins.server.resourcefactory that implement ResourceFactoryModifier and TypeClassDescriptionclassUsed for component jndi-based resources like EJBs.classclassAllocates an instance of a class at each invocationclassVERY simple implementation that just returns the instance the SingleResource was created with -
Uses of ResourceFactory in org.jboss.resteasy.spi
Fields in org.jboss.resteasy.spi with type parameters of type ResourceFactoryModifier and TypeFieldDescriptionprotected List<ResourceFactory> ResteasyDeployment.resourceFactoriesMethods in org.jboss.resteasy.spi that return types with arguments of type ResourceFactoryMethods in org.jboss.resteasy.spi with parameters of type ResourceFactoryModifier and TypeMethodDescriptionvoidRegistry.addResourceFactory(ResourceFactory ref) Add a custom resource implementation endpoint.voidRegistry.addResourceFactory(ResourceFactory ref, String basePath) Add a custom resource implementation endpoint.voidRegistry.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.voidRegistry.addResourceFactory(ResourceFactory ref, String base, Class<?>[] classes) voidRegistry.addResourceFactory(ResourceFactory rf, String base, ResourceClass resourceClass) Method parameters in org.jboss.resteasy.spi with type arguments of type ResourceFactoryModifier and TypeMethodDescriptionvoidResteasyDeployment.setResourceFactories(List<ResourceFactory> resourceFactories)