org.apache.tapestry5.internal.spring
Class StaticObjectCreator

java.lang.Object
  extended by org.apache.tapestry5.internal.spring.StaticObjectCreator
All Implemented Interfaces:
ObjectCreator

public class StaticObjectCreator
extends Object
implements ObjectCreator

An ObjectCreator for a statically identified object (typically, a bean from the Spring application context).


Constructor Summary
StaticObjectCreator(Object object, String description)
           
 
Method Summary
 Object createObject()
          Create and return the object.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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 interface ObjectCreator

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2012 The Apache Software Foundation.