Uses of Interface
org.resteasy.spi.ResourceFactory

Packages that use ResourceFactory
org.resteasy   
org.resteasy.plugins.server.resourcefactory   
org.resteasy.spi   
 

Uses of ResourceFactory in org.resteasy
 

Fields in org.resteasy declared as ResourceFactory
protected  ResourceFactory ResourceMethod.resource
           
protected  ResourceFactory ResourceLocator.resource
           
 

Methods in org.resteasy with parameters of type ResourceFactory
 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, int offset, boolean limited)
          ResourceFactory.getScannableClass() is not used, only the clazz parameter and not any implemented interfaces of the clazz parameter.
 

Constructors in org.resteasy with parameters of type ResourceFactory
ResourceLocator(ResourceFactory resource, InjectorFactory injector, ResteasyProviderFactory providerFactory, java.lang.reflect.Method method, PathParamIndex index, boolean limited)
           
ResourceMethod(java.lang.Class<?> clazz, java.lang.reflect.Method method, InjectorFactory injector, ResourceFactory resource, ResteasyProviderFactory providerFactory, java.util.Set<java.lang.String> httpMethods, PathParamIndex index)
           
 

Uses of ResourceFactory in org.resteasy.plugins.server.resourcefactory
 

Classes in org.resteasy.plugins.server.resourcefactory that implement ResourceFactory
 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
 

Uses of ResourceFactory in org.resteasy.spi
 

Methods in org.resteasy.spi with parameters of type ResourceFactory
 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.
 



Copyright © 2008. All Rights Reserved.