Package org.jboss.weld.module.web
Class WeldWebModule
- java.lang.Object
-
- org.jboss.weld.module.web.WeldWebModule
-
- All Implemented Interfaces:
WeldModule
public class WeldWebModule extends Object implements WeldModule
Weld module that provides Servlet and EL integration.- Author:
- Jozef Hartinger
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.weld.module.WeldModule
WeldModule.PostBeanArchiveServiceRegistrationContext, WeldModule.PostContextRegistrationContext, WeldModule.PostServiceRegistrationContext, WeldModule.PreBeanRegistrationContext
-
-
Field Summary
Fields Modifier and Type Field Description static ExpressionLanguageSupportEL_SUPPORT
-
Constructor Summary
Constructors Constructor Description WeldWebModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()voidpostContextRegistration(WeldModule.PostContextRegistrationContext ctx)voidpostServiceRegistration(WeldModule.PostServiceRegistrationContext ctx)voidpreBeanRegistration(WeldModule.PreBeanRegistrationContext ctx)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.weld.module.WeldModule
postBeanArchiveServiceRegistration
-
-
-
-
Field Detail
-
EL_SUPPORT
public static final ExpressionLanguageSupport EL_SUPPORT
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceWeldModule
-
postServiceRegistration
public void postServiceRegistration(WeldModule.PostServiceRegistrationContext ctx)
- Specified by:
postServiceRegistrationin interfaceWeldModule
-
postContextRegistration
public void postContextRegistration(WeldModule.PostContextRegistrationContext ctx)
- Specified by:
postContextRegistrationin interfaceWeldModule
-
preBeanRegistration
public void preBeanRegistration(WeldModule.PreBeanRegistrationContext ctx)
- Specified by:
preBeanRegistrationin interfaceWeldModule
-
-