public class BasicWeldContainerHelper extends Object implements WeldContainerHelper
Extension to be added to Weld. It also
relies on a configurable lists of prefixes of classes to be included or excluded from
the scope of Weld.| Constructor and Description |
|---|
BasicWeldContainerHelper(InitParams p)
The default constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<javax.enterprise.inject.spi.Extension> |
getExtensions()
Simply returns
null
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 |
public BasicWeldContainerHelper(InitParams p)
p - the initial parameterspublic List<javax.enterprise.inject.spi.Extension> getExtensions()
null
Gives the list of all the Extension to be added to WeldgetExtensions in interface WeldContainerHelperpublic boolean isIncluded(Class<?> clazz)
WeldisIncluded in interface WeldContainerHelperclazz - the class of the componenttrue if the component is part of the scope of Weld,
false otherwise.Copyright © 2018 eXo Platform SAS. All Rights Reserved.