Class ReloadableServiceImplementationObjectCreator

java.lang.Object
org.apache.tapestry5.ioc.internal.AbstractReloadableObjectCreator
org.apache.tapestry5.ioc.internal.ReloadableServiceImplementationObjectCreator
All Implemented Interfaces:
ObjectCreator, ClassLoaderDelegate, UpdateListener

Returns an ObjectCreator for lazily instantiating a given implementation class (with dependencies). Once an instance is instantiated, it is cached ... until any underlying .class file changes, at which point the class (and its class dependencies, such as base classes) are reloaded and a new instance instantiated.