com.primix.tapestry.bean
Class PropertyBeanInitializer

java.lang.Object
  |
  +--com.primix.tapestry.bean.AbstractBeanInitializer
        |
        +--com.primix.tapestry.bean.PropertyBeanInitializer
All Implemented Interfaces:
IBeanInitializer

public class PropertyBeanInitializer
extends AbstractBeanInitializer

Initializes a helper bean property from a property path (relative to the bean's IComponent).

Since:
1.0.5
Version:
$Id: PropertyBeanInitializer.java,v 1.1 2001/08/26 15:30:14 hship Exp $
Author:
Howard Ship

Fields inherited from class com.primix.tapestry.bean.AbstractBeanInitializer
propertyName
 
Constructor Summary
PropertyBeanInitializer(java.lang.String propertyName, java.lang.String propertyPath)
           
 
Method Summary
 void setBeanProperty(IBeanProvider provider, java.lang.Object bean)
          Invoked by the IBeanProvider to initialize a property of the bean.
 
Methods inherited from class com.primix.tapestry.bean.AbstractBeanInitializer
getPropertyName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyBeanInitializer

public PropertyBeanInitializer(java.lang.String propertyName,
                               java.lang.String propertyPath)
Method Detail

setBeanProperty

public void setBeanProperty(IBeanProvider provider,
                            java.lang.Object bean)
Description copied from interface: IBeanInitializer
Invoked by the IBeanProvider to initialize a property of the bean.