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