Class ReloadableObjectCreatorSource
java.lang.Object
org.apache.tapestry5.ioc.internal.ReloadableObjectCreatorSource
- All Implemented Interfaces:
ObjectCreatorSource
Responsible for creating a
ReloadableServiceImplementationObjectCreator
for a service implementation.-
Constructor Summary
ConstructorsConstructorDescriptionReloadableObjectCreatorSource
(PlasticProxyFactory proxyFactory, Method bindMethod, Class serviceInterfaceClass, Class serviceImplementationClass, boolean eagerLoad) -
Method Summary
Modifier and TypeMethodDescriptionconstructCreator
(ServiceBuilderResources resources) Provides an ObjectCreator that can be used to ultimately instantiate the core service implementation.Returns a description of the method or constructor that creates the service.
-
Constructor Details
-
ReloadableObjectCreatorSource
public ReloadableObjectCreatorSource(PlasticProxyFactory proxyFactory, Method bindMethod, Class serviceInterfaceClass, Class serviceImplementationClass, boolean eagerLoad)
-
-
Method Details
-
constructCreator
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
Description copied from interface:ObjectCreatorSource
Returns a description of the method or constructor that creates the service.- Specified by:
getDescription
in interfaceObjectCreatorSource
-