org.apache.tapestry.bean
Interface IBeanInitializer
- All Superinterfaces:
- org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder
- All Known Implementing Classes:
- AbstractBeanInitializer, BindingBeanInitializer, LightweightBeanInitializer
public interface IBeanInitializer
- extends org.apache.hivemind.LocationHolder
Interface for a set of classes used to initialize helper beans.
- Since:
- 1.0.5
- Author:
- Howard Ship
Methods inherited from interface org.apache.hivemind.LocationHolder |
setLocation |
Methods inherited from interface org.apache.hivemind.Locatable |
getLocation |
setBeanProperty
void setBeanProperty(IBeanProvider provider,
Object bean)
- Invoked by the
IBeanProvider
to initialize
a property of the bean.
getPropertyName
String getPropertyName()
- Returns the name of the property this initializer
will set.
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.