public BindingFactory buildPropBindingFactory(List<BindingFactory> configuration,
@InjectService("tapestry.ioc.PropertyAccess")
PropertyAccess propertyAccess, @InjectService("tapestry.ComponentClassFactory")
ClassFactory classFactory)
{
PropBindingFactory service = new PropBindingFactory(propertyAccess, classFactory);
_componentInstantiatorSource.addInvalidationListener(service);
configuration.add(service);