|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
IBeanProvider
interface, and
several interfaces and classes related to initializing helper beans.
See:
Description
Interface Summary | |
IBeanInitializer | Interface for a set of classes used to initialize helper beans. |
Class Summary | |
AbstractBeanInitializer | Base class for initializing a property of a JavaBean. |
BeanProvider | Basic implementation of the IBeanProvider interface. |
BeanProviderPropertyAccessor | Adapts a IBeanProvider to
OGNL by exposing the named
beans provided by the provider as read-only properties of
the provider. |
BindingBeanInitializer | An IBeanInitializer implementation that uses an
IBinding to obtain the value which will be assigned to the
bean property. |
Default | A helper bean to assist with providing defaults for unspecified parameters. |
EvenOdd | Used to emit a stream of alterating string values: "even", "odd", etc. |
ExpressionBeanInitializer | Initializes a helper bean property from an OGNL expression (relative to the bean's
IComponent ). |
FieldBeanInitializer | Initializes a bean with the value of a public static field. |
MessageBeanInitializer | A bean initializer that uses a localized string from the containing component. |
StaticBeanInitializer | Initializes a bean with a static value. |
Contains useful helper beans, an implementation of
the IBeanProvider
interface, and
several interfaces and classes related to initializing helper beans.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |