Uses of Interface
org.jboss.resteasy.spi.Registry
-
Packages that use Registry Package Description org.jboss.resteasy.core org.jboss.resteasy.spi -
-
Uses of Registry in org.jboss.resteasy.core
Classes in org.jboss.resteasy.core that implement Registry Modifier and Type Class Description classResourceMethodRegistryRegistry of resources and methods/classes that can dispatch HTTP method requests.Fields in org.jboss.resteasy.core declared as Registry Modifier and Type Field Description protected RegistryResteasyDeploymentImpl. registryprotected RegistrySynchronousDispatcher. registryMethods in org.jboss.resteasy.core that return Registry Modifier and Type Method Description RegistryResteasyDeploymentImpl. getRegistry()RegistrySynchronousDispatcher. getRegistry()Methods in org.jboss.resteasy.core with parameters of type Registry Modifier and Type Method Description voidResteasyDeploymentImpl. setRegistry(Registry registry) -
Uses of Registry in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return Registry Modifier and Type Method Description RegistryDelegateResteasyDeployment. getRegistry()RegistryDispatcher. getRegistry()RegistryResteasyDeployment. getRegistry()Methods in org.jboss.resteasy.spi with parameters of type Registry Modifier and Type Method Description voidDelegateResteasyDeployment. setRegistry(Registry registry)voidResteasyDeployment. setRegistry(Registry registry)
-