public interface WeldContainerHelper
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.| Modifier and Type | Method and Description |
|---|---|
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 |
List<javax.enterprise.inject.spi.Extension> getExtensions()
Extension to be added to Weldboolean isIncluded(Class<?> clazz)
Weldclazz - the class of the componenttrue if the component is part of the scope of Weld,
false otherwise.Copyright © 2017 eXo Platform SAS. All Rights Reserved.