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.4 2004/02/19 17:37:42 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.