Class ConstructorServiceCreator
java.lang.Object
org.apache.tapestry5.ioc.internal.AbstractServiceCreator
org.apache.tapestry5.ioc.internal.ConstructorServiceCreator
- All Implemented Interfaces:
ObjectCreator
A service creator based on an implementation class' constructor, rather than a service builder method.
-
Field Summary
Fields inherited from class org.apache.tapestry5.ioc.internal.AbstractServiceCreator
creatorDescription, logger, resources, serviceId
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorServiceCreator
(ServiceBuilderResources resources, String creatorDescription, Constructor constructor) -
Method Summary
Methods inherited from class org.apache.tapestry5.ioc.internal.AbstractServiceCreator
createInjectionResources
-
Constructor Details
-
ConstructorServiceCreator
public ConstructorServiceCreator(ServiceBuilderResources resources, String creatorDescription, Constructor constructor)
-
-
Method Details
-
toString
-
createObject
Description copied from interface:ObjectCreator
Create and return the object. In some limited circumstances, the implementation may cache the result, returning the same object for repeated calls.
-