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 aReloadableServiceImplementationObjectCreator
for a service implementation.
-
-
Constructor Summary
Constructors Constructor Description ReloadableObjectCreatorSource(PlasticProxyFactory proxyFactory, java.lang.reflect.Method bindMethod, java.lang.Class serviceInterfaceClass, java.lang.Class serviceImplementationClass, boolean eagerLoad)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectCreator
constructCreator(ServiceBuilderResources resources)
Provides an ObjectCreator that can be used to ultimately instantiate the core service implementation.java.lang.String
getDescription()
Returns a description of the method or constructor that creates the service.
-
-
-
Constructor Detail
-
ReloadableObjectCreatorSource
public ReloadableObjectCreatorSource(PlasticProxyFactory proxyFactory, java.lang.reflect.Method bindMethod, java.lang.Class serviceInterfaceClass, java.lang.Class serviceImplementationClass, boolean eagerLoad)
-
-
Method Detail
-
constructCreator
public ObjectCreator constructCreator(ServiceBuilderResources resources)
Description copied from interface:ObjectCreatorSource
Provides an ObjectCreator that can be used to ultimately instantiate the core service implementation.- Specified by:
constructCreator
in interfaceObjectCreatorSource
-
getDescription
public java.lang.String getDescription()
Description copied from interface:ObjectCreatorSource
Returns a description of the method or constructor that creates the service.- Specified by:
getDescription
in interfaceObjectCreatorSource
-
-