Uses of Interface
org.jboss.weld.bootstrap.api.ServiceRegistry
-
Packages that use ServiceRegistry Package Description org.jboss.weld.bootstrap.api.helpers org.jboss.weld.bootstrap.spi org.jboss.weld.bootstrap.spi.helpers org.jboss.weld.manager.api -
-
Uses of ServiceRegistry in org.jboss.weld.bootstrap.api.helpers
Classes in org.jboss.weld.bootstrap.api.helpers that implement ServiceRegistry Modifier and Type Class Description classForwardingServiceRegistryclassSimpleServiceRegistryA registry for servicesMethods in org.jboss.weld.bootstrap.api.helpers that return ServiceRegistry Modifier and Type Method Description protected abstract ServiceRegistryForwardingServiceRegistry. delegate()static ServiceRegistryServiceRegistries. unmodifiableServiceRegistry(ServiceRegistry serviceRegistry)Methods in org.jboss.weld.bootstrap.api.helpers with parameters of type ServiceRegistry Modifier and Type Method Description static ServiceRegistryServiceRegistries. unmodifiableServiceRegistry(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.jboss.weld.bootstrap.spi
Methods in org.jboss.weld.bootstrap.spi that return ServiceRegistry Modifier and Type Method Description ServiceRegistryBeanDeploymentArchive. getServices()Get the Bean Deployment Archive scoped servicesServiceRegistryDeployment. getServices()Get the services available to this deployment -
Uses of ServiceRegistry in org.jboss.weld.bootstrap.spi.helpers
Methods in org.jboss.weld.bootstrap.spi.helpers that return ServiceRegistry Modifier and Type Method Description ServiceRegistryForwardingBeanDeploymentArchive. getServices() -
Uses of ServiceRegistry in org.jboss.weld.manager.api
Methods in org.jboss.weld.manager.api that return ServiceRegistry Modifier and Type Method Description ServiceRegistryWeldManager. getServices()Get the services registered for this manager
-