Package org.apache.tapestry.bean

Contains useful helper beans, an implementation of the 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.
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.
 

Package org.apache.tapestry.bean Description

Contains useful helper beans, an implementation of the IBeanProvider interface, and several interfaces and classes related to initializing helper beans.

Author:
Howard Lewis Ship hlship@apache.org


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.