Uses of Package
org.jboss.solder.bean

Packages that use org.jboss.solder.bean
org.jboss.solder.bean A collection of base classes and builders for working with Bean metadata objects. 
org.jboss.solder.bean.generic Allows a library to expose sets of beans which may be configured multiple times in an application. 
org.jboss.solder.serviceHandler   
 

Classes in org.jboss.solder.bean used by org.jboss.solder.bean
AbstractImmutableBean
           A base class for implementing Bean.
BeanBuilder
           A builder class for creating immutable beans.
ContextualLifecycle
          Callbacks used by BeanBuilder and ImmutableBean to allow control of the creation and destruction of a custom bean.
ImmutableBean
           A base class for implementing Bean.
ImmutableNarrowingBean
           A narrowing bean allows you to build a general purpose bean (likely a producer method), and register it for a narrowed type (or qualifiers).
NarrowingBeanBuilder
          Builder for ImmutableNarrowingBean and ImmutablePassivationCapableNarrowingBean.
 

Classes in org.jboss.solder.bean used by org.jboss.solder.bean.generic
ForwardingBean
          An implementation of Bean that forwards all calls to the ForwardingBean.delegate().
 

Classes in org.jboss.solder.bean used by org.jboss.solder.serviceHandler
ContextualLifecycle
          Callbacks used by BeanBuilder and ImmutableBean to allow control of the creation and destruction of a custom bean.
 



Copyright © 2008-2011 Seam Framework. All Rights Reserved.