public class WeldModules extends Object implements org.jboss.weld.bootstrap.api.Service
WeldModules registered with Weld.| Constructor and Description |
|---|
WeldModules() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
Set<PlugableValidator> |
getPluggableValidators() |
void |
postBeanArchiveServiceRegistration(org.jboss.weld.bootstrap.api.ServiceRegistry services,
BeanManagerImpl manager,
org.jboss.weld.bootstrap.spi.BeanDeploymentArchive archive) |
void |
postContextRegistration(String contextId,
org.jboss.weld.bootstrap.api.ServiceRegistry services,
List<ContextHolder<? extends javax.enterprise.context.spi.Context>> contexts) |
void |
postServiceRegistration(String contextId,
org.jboss.weld.bootstrap.api.ServiceRegistry services) |
void |
preBeanRegistration(BeanDeployment deployment,
org.jboss.weld.bootstrap.api.Environment environment) |
public void postServiceRegistration(String contextId, org.jboss.weld.bootstrap.api.ServiceRegistry services)
public void postContextRegistration(String contextId, org.jboss.weld.bootstrap.api.ServiceRegistry services, List<ContextHolder<? extends javax.enterprise.context.spi.Context>> contexts)
public void postBeanArchiveServiceRegistration(org.jboss.weld.bootstrap.api.ServiceRegistry services, BeanManagerImpl manager, org.jboss.weld.bootstrap.spi.BeanDeploymentArchive archive)
public void preBeanRegistration(BeanDeployment deployment, org.jboss.weld.bootstrap.api.Environment environment)
public void cleanup()
cleanup in interface org.jboss.weld.bootstrap.api.Servicepublic Set<PlugableValidator> getPluggableValidators()
Copyright © 2017. All rights reserved.