Uses of Class
org.apache.tapestry.bean.AbstractBeanInitializer

Packages that use AbstractBeanInitializer
org.apache.tapestry.bean Contains useful helper beans, an implementation of the IBeanProvider interface, and several interfaces and classes related to initializing helper beans. 
 

Uses of AbstractBeanInitializer in org.apache.tapestry.bean
 

Subclasses of AbstractBeanInitializer in org.apache.tapestry.bean
 class BindingBeanInitializer
          An IBeanInitializer  implementation that uses an IBinding  to obtain the value which will be assigned to the bean property.
 class ExpressionBeanInitializer
          Initializes a helper bean property from an OGNL expression (relative to the bean's IComponent).
 class FieldBeanInitializer
          Initializes a bean with the value of a public static field.
 class MessageBeanInitializer
          A bean initializer that uses a localized string from the containing component.
 class StaticBeanInitializer
          Initializes a bean with a static value.