Package org.jboss.weld.module
Class WeldModules
java.lang.Object
org.jboss.weld.module.WeldModules
- All Implemented Interfaces:
org.jboss.weld.bootstrap.api.Service
This service takes core of
WeldModules registered with Weld.- Author:
- Jozef Hartinger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcleanup()voidpostBeanArchiveServiceRegistration(org.jboss.weld.bootstrap.api.ServiceRegistry services, BeanManagerImpl manager, org.jboss.weld.bootstrap.spi.BeanDeploymentArchive archive) voidpostContextRegistration(String contextId, org.jboss.weld.bootstrap.api.ServiceRegistry services, List<ContextHolder<? extends jakarta.enterprise.context.spi.Context>> contexts) voidpostServiceRegistration(String contextId, org.jboss.weld.bootstrap.api.ServiceRegistry services) voidpreBeanRegistration(BeanDeployment deployment, org.jboss.weld.bootstrap.api.Environment environment)
-
Constructor Details
-
WeldModules
public WeldModules()
-
-
Method Details
-
postServiceRegistration
public void postServiceRegistration(String contextId, org.jboss.weld.bootstrap.api.ServiceRegistry services) -
postContextRegistration
public void postContextRegistration(String contextId, org.jboss.weld.bootstrap.api.ServiceRegistry services, List<ContextHolder<? extends jakarta.enterprise.context.spi.Context>> contexts) -
postBeanArchiveServiceRegistration
public void postBeanArchiveServiceRegistration(org.jboss.weld.bootstrap.api.ServiceRegistry services, BeanManagerImpl manager, org.jboss.weld.bootstrap.spi.BeanDeploymentArchive archive) -
preBeanRegistration
public void preBeanRegistration(BeanDeployment deployment, org.jboss.weld.bootstrap.api.Environment environment) -
cleanup
public void cleanup()- Specified by:
cleanupin interfaceorg.jboss.weld.bootstrap.api.Service
-
getPluggableValidators
-