Class ReloadableObjectCreatorSource
- java.lang.Object
 - 
- org.apache.tapestry5.ioc.internal.ReloadableObjectCreatorSource
 
 
- 
- All Implemented Interfaces:
 ObjectCreatorSource
public class ReloadableObjectCreatorSource extends Object implements ObjectCreatorSource
Responsible for creating aReloadableServiceImplementationObjectCreatorfor a service implementation. 
- 
- 
Constructor Summary
Constructors Constructor Description ReloadableObjectCreatorSource(PlasticProxyFactory proxyFactory, Method bindMethod, Class serviceInterfaceClass, Class serviceImplementationClass, boolean eagerLoad) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectCreatorconstructCreator(ServiceBuilderResources resources)Provides an ObjectCreator that can be used to ultimately instantiate the core service implementation.StringgetDescription()Returns a description of the method or constructor that creates the service. 
 - 
 
- 
- 
Constructor Detail
- 
ReloadableObjectCreatorSource
public ReloadableObjectCreatorSource(PlasticProxyFactory proxyFactory, Method bindMethod, Class serviceInterfaceClass, Class serviceImplementationClass, boolean eagerLoad)
 
 - 
 
- 
Method Detail
- 
constructCreator
public ObjectCreator constructCreator(ServiceBuilderResources resources)
Description copied from interface:ObjectCreatorSourceProvides an ObjectCreator that can be used to ultimately instantiate the core service implementation.- Specified by:
 constructCreatorin interfaceObjectCreatorSource
 
- 
getDescription
public String getDescription()
Description copied from interface:ObjectCreatorSourceReturns a description of the method or constructor that creates the service.- Specified by:
 getDescriptionin interfaceObjectCreatorSource
 
 - 
 
 -