Package | Description |
---|---|
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 |
Allows interfaces and abstract classes to be declated as automatically implemented beans.
|
Class and Description |
---|
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 . |
Class and Description |
---|
ForwardingBean
An implementation of
Bean that forwards all calls to the
ForwardingBean.delegate() . |
Class and Description |
---|
ContextualLifecycle
Callbacks used by
BeanBuilder and ImmutableBean to allow control
of the creation and destruction of a custom bean. |
Copyright © 2008–2013 Seam Framework. All rights reserved.