com.primix.tapestry.bean
Interface IBeanInitializer
- All Known Implementing Classes:
- AbstractBeanInitializer
- public interface IBeanInitializer
Interface for a set of classes used to initialize helper beans.
- Since:
- 1.0.5
- Version:
- $Id: IBeanInitializer.java,v 1.1 2001/08/26 15:30:14 hship Exp $
- Author:
- Howard Ship
setBeanProperty
public void setBeanProperty(IBeanProvider provider,
java.lang.Object bean)
- Invoked by the
IBeanProvider
to initialize
a property of the bean.
getPropertyName
public java.lang.String getPropertyName()
- Returns the name of the property this initializer
will set.