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

Packages that use Registry
org.jboss.resteasy.client.core.executors   
org.jboss.resteasy.core   
org.jboss.resteasy.plugins.guice   
org.jboss.resteasy.plugins.spring   
org.jboss.resteasy.plugins.stats   
org.jboss.resteasy.spi   
org.jboss.resteasy.test   
 

Uses of Registry in org.jboss.resteasy.client.core.executors
 

Methods in org.jboss.resteasy.client.core.executors that return Registry
 Registry InMemoryClientExecutor.getRegistry()
           
 

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  ConcurrentHashMap<Class,Registry> ResourceLocator.cachedSubresources
           
 

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

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

Constructors in org.jboss.resteasy.plugins.guice with parameters of type Registry
ModuleProcessor(Registry registry, ResteasyProviderFactory providerFactory)
           
 

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.spi
 

Fields in org.jboss.resteasy.spi declared as Registry
protected  Registry ResteasyDeployment.registry
           
 

Methods in org.jboss.resteasy.spi that return Registry
 Registry ResteasyDeployment.getRegistry()
           
 

Methods in org.jboss.resteasy.spi with parameters of type Registry
 void ResteasyDeployment.setRegistry(Registry registry)
           
 

Uses of Registry in org.jboss.resteasy.test
 

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



Copyright © 2011. All Rights Reserved.