org.apache.tapestry.bean
Interface IBeanInitializer
- All Superinterfaces:
- ILocatable, ILocationHolder
- All Known Implementing Classes:
- AbstractBeanInitializer
- public interface IBeanInitializer
- extends ILocationHolder
Interface for a set of classes used to initialize helper beans.
- Since:
- 1.0.5
- Version:
- $Id: IBeanInitializer.java,v 1.2 2003/03/15 21:22:23 hlship Exp $
- Author:
- Howard Ship
setBeanProperty
public void setBeanProperty(IBeanProvider provider,
Object bean)
- Invoked by the
IBeanProvider
to initialize
a property of the bean.
getPropertyName
public String getPropertyName()
- Returns the name of the property this initializer
will set.