Class StaticObjectCreator
java.lang.Object
org.apache.tapestry5.internal.spring.StaticObjectCreator
- All Implemented Interfaces:
ObjectCreator
An
ObjectCreator
for a statically identified object (typically, a bean from the
Spring application context).-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StaticObjectCreator
-
-
Method Details
-
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.- Specified by:
createObject
in interfaceObjectCreator
-
toString
-