|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
BeanManager.
See:
Description
| Interface Summary | |
|---|---|
| BeanManagerProvider |
BeanManagerProvider is the SPI for BeanManagerAware which
allows third parties to register a way of obtaining the BeanManager
outside of CDI managed objects. |
| Class Summary | |
|---|---|
| AbstractJndiBeanManagerProvider | A base for building a BeanManagerProvider backed by JNDI |
| BeanManagerAccessor |
Static accessors for objects not able to obtain CDI injection that need a
reference to the BeanManager. |
| BeanManagerAware |
Super-class for objects not able to obtain CDI injection that need a
reference to the BeanManager. |
Support for objects not able to obtain CDI injection that need a reference to the
BeanManager. BeanManagerProviders
can be registered to allow third parties to register custom methods of looking up the
BeanManager.
**WARNING** This package does not provide NOT a clever way to get the BeanManager, and should be
avoided at all costs. If you need a handle to the BeanManager you should probably register an
Extension instead of using this package; have you tried using @Inject?
If you think you need to use this package, chat to the community and make sure you aren't missing an trick!
BeanManagerAccessor,
BeanManagerAware,
BeanManagerProvider
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||