public class WeldModules extends Object implements Service
WeldModules registered with Weld.| Constructor and Description |
|---|
WeldModules() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup()
Called by Weld when it is shutting down, allowing the service to perform any cleanup needed.
|
Set<PlugableValidator> |
getPluggableValidators() |
void |
postBeanArchiveServiceRegistration(ServiceRegistry services,
BeanManagerImpl manager,
BeanDeploymentArchive archive) |
void |
postContextRegistration(String contextId,
ServiceRegistry services,
List<ContextHolder<? extends Context>> contexts) |
void |
postServiceRegistration(String contextId,
ServiceRegistry services) |
void |
preBeanRegistration(BeanDeployment deployment,
Environment environment) |
public void postServiceRegistration(String contextId, ServiceRegistry services)
public void postContextRegistration(String contextId, ServiceRegistry services, List<ContextHolder<? extends Context>> contexts)
public void postBeanArchiveServiceRegistration(ServiceRegistry services, BeanManagerImpl manager, BeanDeploymentArchive archive)
public void preBeanRegistration(BeanDeployment deployment, Environment environment)
public void cleanup()
Servicepublic Set<PlugableValidator> getPluggableValidators()
Copyright © 2015. All Rights Reserved.