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.
|
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 preBeanRegistration(BeanDeployment deployment, Environment environment)
Copyright © 2015. All Rights Reserved.