|
eXo Kernel :: Container Extension :: Weld Implementation 2.5.0-Alpha1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WeldContainerHelper
The main purpose of this class is to provide all the Extension to the WeldContainer
and to limit the scope of the WeldContainer in order to make sure that Weld won't
manage all the components.
| Method Summary | |
|---|---|
List<javax.enterprise.inject.spi.Extension> |
getExtensions()
Gives the list of all the Extension to be added to Weld |
boolean |
isIncluded(Class<?> clazz)
Indicates whether or not a given class must be managed by Weld |
| Method Detail |
|---|
List<javax.enterprise.inject.spi.Extension> getExtensions()
Extension to be added to Weld
boolean isIncluded(Class<?> clazz)
Weld
clazz - the class of the component
true if the component is part of the scope of Weld,
false otherwise.
|
eXo Kernel :: Container Extension :: Weld Implementation 2.5.0-Alpha1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||