|
eXo Kernel :: Container Extension :: Weld 2 Implementation 2.5.0-GA | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.exoplatform.container.weld.BasicWeldContainerHelper
public class BasicWeldContainerHelper
This provider simply returns no 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 Summary | |
|---|---|
BasicWeldContainerHelper(InitParams p)
The default constructor |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicWeldContainerHelper(InitParams p)
p - the initial parameters| Method Detail |
|---|
public List<javax.enterprise.inject.spi.Extension> getExtensions()
null
Gives the list of all the Extension to be added to Weld
getExtensions in interface WeldContainerHelperpublic boolean isIncluded(Class<?> clazz)
Weld
isIncluded in interface WeldContainerHelperclazz - the class of the component
true if the component is part of the scope of Weld,
false otherwise.
|
eXo Kernel :: Container Extension :: Weld 2 Implementation 2.5.0-GA | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||