org.apache.tapestry5.ioc.internal
Class ConstructorServiceCreator
java.lang.Object
org.apache.tapestry5.ioc.internal.AbstractServiceCreator
org.apache.tapestry5.ioc.internal.ConstructorServiceCreator
- All Implemented Interfaces:
- ObjectCreator
public class ConstructorServiceCreator
- extends AbstractServiceCreator
A service creator based on an implementation class' constructor, rather than a service builder method.
ConstructorServiceCreator
public ConstructorServiceCreator(ServiceBuilderResources resources,
String creatorDescription,
Constructor constructor)
toString
public String toString()
- Overrides:
toString
in class Object
createObject
public Object 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.
Copyright © 2003-2012 The Apache Software Foundation.