Uses of Interface
org.jboss.weld.bootstrap.api.ServiceRegistry
Packages that use ServiceRegistry
Package
Description
-
Uses of ServiceRegistry in org.jboss.weld.bootstrap.api.helpers
Classes in org.jboss.weld.bootstrap.api.helpers that implement ServiceRegistryModifier and TypeClassDescriptionclassAn implementation ofServiceRegistrywhich forwards all its method calls to anotherServiceRegistrySubclasses should override one or more methods to modify the behavior of the backingServiceRegistryas desired per the decorator pattern.classA registry for servicesMethods in org.jboss.weld.bootstrap.api.helpers that return ServiceRegistryModifier and TypeMethodDescriptionprotected abstract ServiceRegistryForwardingServiceRegistry.delegate()Returns the delegatestatic ServiceRegistryServiceRegistries.unmodifiableServiceRegistry(ServiceRegistry serviceRegistry) Returns an unmodifiable version of providedServiceRegistrywhere any attempt to add a service results in an exceptionMethods in org.jboss.weld.bootstrap.api.helpers with parameters of type ServiceRegistryModifier and TypeMethodDescriptionstatic ServiceRegistryServiceRegistries.unmodifiableServiceRegistry(ServiceRegistry serviceRegistry) Returns an unmodifiable version of providedServiceRegistrywhere any attempt to add a service results in an exception -
Uses of ServiceRegistry in org.jboss.weld.bootstrap.spi
Methods in org.jboss.weld.bootstrap.spi that return ServiceRegistryModifier and TypeMethodDescriptionBeanDeploymentArchive.getServices()Get the Bean Deployment Archive scoped servicesDeployment.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 -
Uses of ServiceRegistry in org.jboss.weld.manager.api
Methods in org.jboss.weld.manager.api that return ServiceRegistryModifier and TypeMethodDescriptionWeldManager.getServices()Get the services registered for this manager