Class ReloadableObjectCreatorSource
- java.lang.Object
- 
- org.apache.tapestry5.ioc.internal.ReloadableObjectCreatorSource
 
- 
- All Implemented Interfaces:
- ObjectCreatorSource
 
 public class ReloadableObjectCreatorSource extends java.lang.Object implements ObjectCreatorSource Responsible for creating aReloadableServiceImplementationObjectCreatorfor a service implementation.
- 
- 
Constructor SummaryConstructors Constructor Description ReloadableObjectCreatorSource(PlasticProxyFactory proxyFactory, java.lang.reflect.Method bindMethod, java.lang.Class serviceInterfaceClass, java.lang.Class serviceImplementationClass, boolean eagerLoad)
 - 
Method SummaryAll 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.java.lang.StringgetDescription()Returns a description of the method or constructor that creates the service.
 
- 
- 
- 
Constructor Detail- 
ReloadableObjectCreatorSourcepublic ReloadableObjectCreatorSource(PlasticProxyFactory proxyFactory, java.lang.reflect.Method bindMethod, java.lang.Class serviceInterfaceClass, java.lang.Class serviceImplementationClass, boolean eagerLoad) 
 
- 
 - 
Method Detail- 
constructCreatorpublic 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 interface- ObjectCreatorSource
 
 - 
getDescriptionpublic java.lang.String getDescription() Description copied from interface:ObjectCreatorSourceReturns a description of the method or constructor that creates the service.- Specified by:
- getDescriptionin interface- ObjectCreatorSource
 
 
- 
 
-