RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

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

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 Dispatcher.getRegistry()
           
 Registry SynchronousDispatcher.getRegistry()
           
 

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)
           
 


RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.