|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractBean | |
|---|---|
| org.jboss.webbeans | |
| org.jboss.webbeans.bean | |
| org.jboss.webbeans.bootstrap | |
| Uses of AbstractBean in org.jboss.webbeans |
|---|
| Method parameters in org.jboss.webbeans with type arguments of type AbstractBean | |
|---|---|
void |
ManagerImpl.setBeans(java.util.Set<AbstractBean<?,?>> beans)
Wraps a collection of beans into a thread safe list. |
| Uses of AbstractBean in org.jboss.webbeans.bean |
|---|
| Subclasses of AbstractBean in org.jboss.webbeans.bean | |
|---|---|
class |
AbstractClassBean<T>
An abstract bean representation common for class-based beans |
class |
AbstractFacadeBean<T,S,P>
Facade bean for implicit beans |
class |
AbstractProducerBean<T,S>
The implicit producer bean |
class |
EnterpriseBean<T>
An enterprise bean representation |
class |
EventBean<T,S>
An event bean representation |
class |
InstanceBean<T,S>
Helper bean for accessing instances |
class |
ProducerFieldBean<T>
Represents a producer field bean |
class |
ProducerMethodBean<T>
Represents a producer method bean |
class |
SimpleBean<T>
Represents a simple bean |
| Methods in org.jboss.webbeans.bean that return AbstractBean | |
|---|---|
protected AbstractBean<? extends T,java.lang.Class<T>> |
SimpleBean.getSpecializedType()
Returns the specializes type of the bean |
protected AbstractBean<? extends T,java.lang.Class<T>> |
EnterpriseBean.getSpecializedType()
Gets the specializes type of the bean |
protected AbstractBean<? extends T,E> |
AbstractBean.getSpecializedType()
Gets the specializes type of the bean |
| Uses of AbstractBean in org.jboss.webbeans.bootstrap |
|---|
| Methods in org.jboss.webbeans.bootstrap that return types with arguments of type AbstractBean | |
|---|---|
protected java.util.Set<AbstractBean<?,?>> |
WebBeansBootstrap.createBeans(java.lang.Iterable<java.lang.Class<?>> classes)
Creates Web Beans from a set of classes Iterates over the classes and creates a Web Bean of the corresponding type. |
protected java.util.Set<AbstractBean<?,?>> |
WebBeansBootstrap.createStandardBeans()
Creates the standard beans used internally by the RI |
| Method parameters in org.jboss.webbeans.bootstrap with type arguments of type AbstractBean | |
|---|---|
protected void |
WebBeansBootstrap.createBean(AbstractClassBean<?> bean,
java.util.Set<AbstractBean<?,?>> beans)
Creates a Web Bean from a bean abstraction and adds it to the set of created beans Also creates the implicit field- and method-level beans, if present |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||