Package | Description |
---|---|
org.apache.tapestry.bean |
Contains useful helper beans, an implementation of
the
IBeanProvider interface, and
several interfaces and classes related to initializing helper beans. |
org.apache.tapestry.spec |
Classes to represent application and component specifications.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBeanInitializer
Base class for initializing a property of a JavaBean.
|
class |
BindingBeanInitializer
An
IBeanInitializer implementation that uses an
IBinding to obtain the value which will be assigned to the bean
property. |
class |
LightweightBeanInitializer
Performs "lightweight" initialization of a bean; this is based on a term (and code) from
HiveMind, where the settings for a bean's properties are expressed as a single string.
|
Modifier and Type | Method and Description |
---|---|
void |
BeanSpecification.addInitializer(IBeanInitializer initializer) |
void |
IBeanSpecification.addInitializer(IBeanInitializer initializer) |