public class WeldWebModule extends Object implements WeldModule
WeldModule.PostContextRegistrationContext, WeldModule.PostServiceRegistrationContext, WeldModule.PreBeanRegistrationContext| Modifier and Type | Field and Description |
|---|---|
static ExpressionLanguageService |
EL_SERVICE |
| Constructor and Description |
|---|
WeldWebModule() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The name of the module.
|
void |
postContextRegistration(WeldModule.PostContextRegistrationContext ctx)
This hook is called once Weld registered built-in contexts.
|
void |
postServiceRegistration(WeldModule.PostServiceRegistrationContext ctx)
This hook is called once Weld registered
Services from the deployment and added its own internal Services. |
void |
preBeanRegistration(WeldModule.PreBeanRegistrationContext ctx)
This hook is called by Weld before it starts deploying beans.
|
public static final ExpressionLanguageService EL_SERVICE
public String getName()
WeldModulegetName in interface WeldModulepublic void postServiceRegistration(WeldModule.PostServiceRegistrationContext ctx)
WeldModuleServices from the deployment and added its own internal Services.
A module may use this hook to discover registered per-deployment services and to register additional services.postServiceRegistration in interface WeldModulectx - contextpublic void postContextRegistration(WeldModule.PostContextRegistrationContext ctx)
WeldModulepostContextRegistration in interface WeldModulectx - contextpublic void preBeanRegistration(WeldModule.PreBeanRegistrationContext ctx)
WeldModuleBeanDeployment separately.preBeanRegistration in interface WeldModulectx - contextCopyright © 2015. All Rights Reserved.