public class SimpleCDI extends AbstractCDI<Object>
org.jboss.weld.inject.WeldInstance.Handler<T>knownClassNames| 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() |
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.
|
checkState, destroy, get, getCallingClassName, getHandler, getInstance, getPriorityComparator, handlers, isAmbiguous, isResolvable, isUnsatisfied, iterator, select, select, select, selectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic SimpleCDI()
public SimpleCDI(Container container)
protected BeanManagerImpl unsatisfiedBeanManager(String callerClassName)
protected BeanManagerImpl ambiguousBeanManager(String callerClassName, Set<BeanManagerImpl> managers)
public BeanManagerProxy getBeanManager()
getBeanManager in class javax.enterprise.inject.spi.CDI<Object>protected Container getContainer()
public void cleanup()
Copyright © 2017. All rights reserved.