subclassNamesconfiguredProvider, discoveredProviders| Constructor and Description |
|---|
SimpleCDI() |
SimpleCDI(Container container) |
| Modifier and Type | Method and Description |
|---|---|
protected BeanManagerImpl |
ambiguousBeanManager(String callerClassName,
Set<BeanManagerImpl> managers)
Callback that allows to override the behavior when class that invoked CDI.current() is placed in multiple bean archives.
|
void |
cleanup() |
BeanManagerProxy |
getBeanManager()
Get the CDI BeanManager for the current context
|
protected Container |
getContainer() |
String |
toString() |
protected BeanManagerImpl |
unsatisfiedBeanManager(String callerClassName)
Callback that allows to override the behavior when CDI.current() is not called from within a bean archive.
|
destroy, get, getCallingClassName, isAmbiguous, isUnsatisfied, iterator, select, select, selectcurrent, setCDIProviderpublic SimpleCDI()
public SimpleCDI(Container container)
protected BeanManagerImpl unsatisfiedBeanManager(String callerClassName)
protected BeanManagerImpl ambiguousBeanManager(String callerClassName, Set<BeanManagerImpl> managers)
public BeanManagerProxy getBeanManager()
CDIgetBeanManager in class CDI<Object>protected Container getContainer()
public void cleanup()
Copyright © 2014 Seam Framework. All Rights Reserved.