Uses of Interface
org.resteasy.spi.Registry

Packages that use Registry
org.resteasy   
org.resteasy.plugins.server.embedded   
org.resteasy.plugins.server.servlet   
org.resteasy.plugins.server.tjws   
 

Uses of Registry in org.resteasy
 

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

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

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

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

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

Constructors in org.resteasy.plugins.server.servlet with parameters of type Registry
SpringBeanProcessor(Registry registry, ResteasyProviderFactory factory)
           
 

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

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

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



Copyright © 2008. All Rights Reserved.