Uses of Interface
org.jboss.resteasy.spi.Registry

Packages that use Registry
org.jboss.resteasy.core   
org.jboss.resteasy.plugins.server.embedded   
org.jboss.resteasy.plugins.server.servlet   
org.jboss.resteasy.plugins.server.tjws   
org.jboss.resteasy.plugins.spring   
org.jboss.resteasy.plugins.stats   
org.jboss.resteasy.test   
 

Uses of Registry in org.jboss.resteasy.core
 

Classes in org.jboss.resteasy.core that implement Registry
 class ResourceMethodRegistry
          Registry of resources and methods/classes that can dispatch HTTP method requests
 

Fields in org.jboss.resteasy.core declared as Registry
protected  Registry SynchronousDispatcher.registry
           
 

Fields in org.jboss.resteasy.core with type parameters of type Registry
protected  java.util.concurrent.ConcurrentHashMap<java.lang.Class,Registry> ResourceLocator.cachedSubresources
           
 

Methods in org.jboss.resteasy.core that return Registry
 Registry SynchronousDispatcher.getRegistry()
           
 Registry Dispatcher.getRegistry()
           
 

Constructors in org.jboss.resteasy.core with parameters of type Registry
DispatcherUtilities(ResteasyProviderFactory providerFactory, Registry registry)
           
 

Uses of Registry in org.jboss.resteasy.plugins.server.embedded
 

Methods in org.jboss.resteasy.plugins.server.embedded that return Registry
 Registry EmbeddedJaxrsServer.getRegistry()
           
 

Uses of Registry in org.jboss.resteasy.plugins.server.servlet
 

Methods in org.jboss.resteasy.plugins.server.servlet with parameters of type Registry
static void ResteasyBootstrap.processApplication(Application config, Registry registry, ResteasyProviderFactory factory)
           
 

Uses of Registry in org.jboss.resteasy.plugins.server.tjws
 

Fields in org.jboss.resteasy.plugins.server.tjws declared as Registry
protected  Registry TJWSEmbeddedJaxrsServer.registry
           
 

Methods in org.jboss.resteasy.plugins.server.tjws that return Registry
 Registry TJWSEmbeddedJaxrsServer.getRegistry()
           
 

Uses of Registry in org.jboss.resteasy.plugins.spring
 

Fields in org.jboss.resteasy.plugins.spring declared as Registry
protected  Registry SpringBeanProcessor.registry
           
 

Methods in org.jboss.resteasy.plugins.spring that return Registry
 Registry SpringBeanProcessorServletAware.getRegistry()
           
 Registry SpringBeanProcessor.getRegistry()
           
 

Methods in org.jboss.resteasy.plugins.spring with parameters of type Registry
 void SpringBeanProcessor.setRegistry(Registry registry)
           
 

Constructors in org.jboss.resteasy.plugins.spring with parameters of type Registry
SpringBeanProcessor(Dispatcher dispatcher, Registry registry, ResteasyProviderFactory providerFactory)
           
SpringBeanProcessor(Registry registry, ResteasyProviderFactory providerFactory)
          Deprecated. 
 

Uses of Registry in org.jboss.resteasy.plugins.stats
 

Methods in org.jboss.resteasy.plugins.stats with parameters of type Registry
 RegistryData RegistryStatsResource.get(Registry reg)
           
 

Uses of Registry in org.jboss.resteasy.test
 

Methods in org.jboss.resteasy.test that return Registry
 Registry BaseResourceTest.getRegistry()
           
 



Copyright © 2009. All Rights Reserved.