Package org.jboss.weld.module.jsf
Class WeldJSFModule
- java.lang.Object
-
- org.jboss.weld.module.jsf.WeldJSFModule
-
- All Implemented Interfaces:
WeldModule
public class WeldJSFModule extends Object implements WeldModule
Weld module that provides JSF 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
-
-
Constructor Summary
Constructors Constructor Description WeldJSFModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
The name of the module.-
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, postContextRegistration, postServiceRegistration, preBeanRegistration
-
-
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:WeldModule
The name of the module.- Specified by:
getName
in interfaceWeldModule
- Returns:
-
-