org.apache.tapestry5.ioc
Interface ObjectCreator

All Known Implementing Classes:
AbstractServiceCreator, ConstructorServiceCreator, InterceptorStackBuilder, JustInTimeObjectCreator, LifecycleWrappedServiceCreator, OperationTrackingObjectCreator, PerThreadServiceCreator, RecursiveServiceCreationCheckWrapper, ServiceBuilderMethodInvoker, StaticObjectCreator

public interface ObjectCreator

Interface used to encapsulate any strategy used defer the creation of some object until just as needed.


Method Summary
 Object createObject()
          Create and return the object.
 

Method Detail

createObject

Object createObject()
Create and return the object. In some limited circumstances, the implementation may cache the result, returning the same object for repeated calls.



Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.