Package | Description |
---|---|
org.jboss.solder.beanManager |
A set of utilities for looking up the
BeanManager from non-managed classes, which
are not able to take advantage of injection. |
org.jboss.solder.servlet.beanManager | |
org.jboss.solder.servlet.event | |
org.jboss.solder.servlet.exception |
Class and Description |
---|
BeanManagerLocator
A utility for use in non-managed classes, which are not able to obtain a
reference to the
BeanManager using injection. |
BeanManagerProvider
BeanManagerProvider is the SPI for BeanManagerLocator which
allows third parties to register a way of obtaining the BeanManager
outside of CDI managed objects. |
Class and Description |
---|
BeanManagerProvider
BeanManagerProvider is the SPI for BeanManagerLocator which
allows third parties to register a way of obtaining the BeanManager
outside of CDI managed objects. |
Class and Description |
---|
BeanManagerAware
A convenient base class for obtaining a reference to the BeanManager from a
non-managed class, or a class which may not be managed in certain
environments (i.e., a listener in a Servlet container).
|
Class and Description |
---|
BeanManagerAware
A convenient base class for obtaining a reference to the BeanManager from a
non-managed class, or a class which may not be managed in certain
environments (i.e., a listener in a Servlet container).
|
Copyright © 2008–2013 Seam Framework. All rights reserved.