Uses of Interface
org.jboss.weld.bootstrap.api.Service
-
-
Uses of Service in org.jboss.weld.bootstrap.api
Subinterfaces of Service in org.jboss.weld.bootstrap.api Modifier and Type Interface Description interfaceBootstrapServiceMarks aServicethat needs to clean up its state once bootstrap is finished.Methods in org.jboss.weld.bootstrap.api with type parameters of type Service Modifier and Type Method Description <S extends Service>
voidServiceRegistry. add(Class<S> type, S service)Add a service<S extends Service>
SServiceRegistry. addIfAbsent(Class<S> type, S service)Add a service if no implementation of the given service is registered with the registry yet.<S extends Service>
booleanServiceRegistry. contains(Class<S> type)Check if a service is registered<S extends Service>
SServiceRegistry. get(Class<S> type)Retrieve a service implementation<S extends Service>
Optional<S>ServiceRegistry. getOptional(Class<S> type)Retrieve a service implementation wrapped inOptional.<S extends Service>
SServiceRegistry. getRequired(Class<S> type)Retrieve a required service implementation.Methods in org.jboss.weld.bootstrap.api that return types with arguments of type Service Modifier and Type Method Description Set<Map.Entry<Class<? extends Service>,Service>>ServiceRegistry. entrySet()Set<Map.Entry<Class<? extends Service>,Service>>ServiceRegistry. entrySet()Set<Class<? extends Service>>Environment. getRequiredBeanDeploymentArchiveServices()Set<Class<? extends Service>>Environments. getRequiredBeanDeploymentArchiveServices()Set<Class<? extends Service>>Environment. getRequiredDeploymentServices()The deployment scoped services required for this environmentSet<Class<? extends Service>>Environments. getRequiredDeploymentServices()Method parameters in org.jboss.weld.bootstrap.api with type arguments of type Service Modifier and Type Method Description voidServiceRegistry. addAll(Collection<Map.Entry<Class<? extends Service>,Service>> services)Add servicesvoidServiceRegistry. addAll(Collection<Map.Entry<Class<? extends Service>,Service>> services)Add services -
Uses of Service in org.jboss.weld.bootstrap.api.helpers
Classes in org.jboss.weld.bootstrap.api.helpers that implement Service Modifier and Type Class Description classAbstractBootstrapServiceMethods in org.jboss.weld.bootstrap.api.helpers with type parameters of type Service Modifier and Type Method Description <S extends Service>
voidForwardingServiceRegistry. add(Class<S> type, S service)<S extends Service>
voidSimpleServiceRegistry. add(Class<S> type, S service)<S extends Service>
SForwardingServiceRegistry. addIfAbsent(Class<S> type, S service)<S extends Service>
SSimpleServiceRegistry. addIfAbsent(Class<S> type, S service)<S extends Service>
booleanForwardingServiceRegistry. contains(Class<S> type)<S extends Service>
booleanSimpleServiceRegistry. contains(Class<S> type)<S extends Service>
SForwardingServiceRegistry. get(Class<S> type)<S extends Service>
SSimpleServiceRegistry. get(Class<S> type)<S extends Service>
Optional<S>ForwardingServiceRegistry. getOptional(Class<S> type)<S extends Service>
Optional<S>SimpleServiceRegistry. getOptional(Class<S> type)<S extends Service>
SForwardingServiceRegistry. getRequired(Class<S> type)<S extends Service>
SSimpleServiceRegistry. getRequired(Class<S> type)Methods in org.jboss.weld.bootstrap.api.helpers that return types with arguments of type Service Modifier and Type Method Description Set<Map.Entry<Class<? extends Service>,Service>>ForwardingServiceRegistry. entrySet()Set<Map.Entry<Class<? extends Service>,Service>>ForwardingServiceRegistry. entrySet()Set<Map.Entry<Class<? extends Service>,Service>>SimpleServiceRegistry. entrySet()Set<Map.Entry<Class<? extends Service>,Service>>SimpleServiceRegistry. entrySet()protected Map<Class<? extends Service>,Service>SimpleServiceRegistry. get()protected Map<Class<? extends Service>,Service>SimpleServiceRegistry. get()Iterator<Service>ForwardingServiceRegistry. iterator()Iterator<Service>SimpleServiceRegistry. iterator()Method parameters in org.jboss.weld.bootstrap.api.helpers with type arguments of type Service Modifier and Type Method Description voidForwardingServiceRegistry. addAll(Collection<Map.Entry<Class<? extends Service>,Service>> services)voidForwardingServiceRegistry. addAll(Collection<Map.Entry<Class<? extends Service>,Service>> services)voidSimpleServiceRegistry. addAll(Collection<Map.Entry<Class<? extends Service>,Service>> services)voidSimpleServiceRegistry. addAll(Collection<Map.Entry<Class<? extends Service>,Service>> services) -
Uses of Service in org.jboss.weld.bootstrap.spi
Subinterfaces of Service in org.jboss.weld.bootstrap.spi Modifier and Type Interface Description interfaceEEModuleDescriptorIn Java EE environment, eachBeanDeploymentArchiveshould provide a description of the Java EE module it belongs to (WAR, RAR, etc.). -
Uses of Service in org.jboss.weld.bootstrap.spi.helpers
Classes in org.jboss.weld.bootstrap.spi.helpers that implement Service Modifier and Type Class Description classEEModuleDescriptorImpl -
Uses of Service in org.jboss.weld.configuration.spi
Subinterfaces of Service in org.jboss.weld.configuration.spi Modifier and Type Interface Description interfaceExternalConfigurationAn integrator may provide a map of configuration properties. -
Uses of Service in org.jboss.weld.ejb.spi
Subinterfaces of Service in org.jboss.weld.ejb.spi Modifier and Type Interface Description interfaceEjbServicesA container should implement this interface to allow Weld to resolve EJB and discover EJBsEjbServicesis a per-BeanDeploymentArchive service. -
Uses of Service in org.jboss.weld.ejb.spi.helpers
Classes in org.jboss.weld.ejb.spi.helpers that implement Service Modifier and Type Class Description classForwardingEjbServicesAn implementation ofEjbServiceswhich forwards all its method calls to anotherEjbServices. -
Uses of Service in org.jboss.weld.injection.spi
Subinterfaces of Service in org.jboss.weld.injection.spi Modifier and Type Interface Description interfaceEjbInjectionServicesA container should implement this interface to allow Weld to resolve EJB.interfaceInjectionServicesProvides callbacks to the container when Weld performs injection on an InjectionTarget, managed bean or session bean This service may be used to provide EE-style injection.interfaceJaxwsInjectionServicesAn integrator should implement this interface to allow Weld to resolve web service referencesJaxwsInjectionServicesis a per-module service.interfaceJpaInjectionServicesA container should implement this interface to allow the Weld RI to resolve JPA persistence units and discover entitiesJpaInjectionServicesis a per-module service.interfaceResourceInjectionServicesA container should implement this interface to allow the Weld to resolve ResourcesResourceInjectionServicesis per-module service. -
Uses of Service in org.jboss.weld.injection.spi.helpers
Classes in org.jboss.weld.injection.spi.helpers that implement Service Modifier and Type Class Description classAbstractResourceServicesclassForwardingJpaInjectionServicesAn implementation ofJpaInjectionServiceswhich forwards all its method calls to anotherJpaInjectionServices.classForwardingResourceInjectionServices -
Uses of Service in org.jboss.weld.manager.api
Subinterfaces of Service in org.jboss.weld.manager.api Modifier and Type Interface Description interfaceExecutorServicesAllows a custom TaskExecutor to be provided by the container. -
Uses of Service in org.jboss.weld.resources.spi
Subinterfaces of Service in org.jboss.weld.resources.spi Modifier and Type Interface Description interfaceClassFileServicesAn optional service that provides fast access to Java class metadata without the need to load the given class.interfaceResourceLoaderResource loading/class creation services for Weld. -
Uses of Service in org.jboss.weld.resources.spi.helpers
Classes in org.jboss.weld.resources.spi.helpers that implement Service Modifier and Type Class Description classForwardingResourceLoaderAn implementation ofResourceLoaderwhich forwards all its method calls to anotherResourceLoader. -
Uses of Service in org.jboss.weld.security.spi
Subinterfaces of Service in org.jboss.weld.security.spi Modifier and Type Interface Description interfaceSecurityServicesResponsible for accessing security related functionality the environment can provide. -
Uses of Service in org.jboss.weld.serialization.spi
Subinterfaces of Service in org.jboss.weld.serialization.spi Modifier and Type Interface Description interfaceContextualStoreApplication wide contextual identifier service which allows a serializable reference to a contextual to be obtained, and the contextual to be returned for a given id.interfaceProxyServicesSupport services related to proxy generation and serialization which are required to be implemented by all containers. -
Uses of Service in org.jboss.weld.servlet.spi
Subinterfaces of Service in org.jboss.weld.servlet.spi Modifier and Type Interface Description interfaceHttpContextActivationFilterEnables an integrator to control if CDI contexts should be activated for a particularHttpServletRequest. -
Uses of Service in org.jboss.weld.servlet.spi.helpers
Classes in org.jboss.weld.servlet.spi.helpers that implement Service Modifier and Type Class Description classAcceptingHttpContextActivationFilterA helper implementation ofHttpContextActivationFilterthat accepts every request.classRegexHttpContextActivationFilterA helper implementation ofHttpContextActivationFilterthat accepts every request that matches a predefined regular expression. -
Uses of Service in org.jboss.weld.transaction.spi
Subinterfaces of Service in org.jboss.weld.transaction.spi Modifier and Type Interface Description interfaceTransactionServicesThe container must implement the services related to transactional behavior used in JSR-299, if that behavior is going to be used.
-