org.apache.tapestry5.ioc.internal
Class ReloadableObjectCreatorSource
java.lang.Object
org.apache.tapestry5.ioc.internal.ReloadableObjectCreatorSource
- All Implemented Interfaces:
- ObjectCreatorSource
public class ReloadableObjectCreatorSource
- extends java.lang.Object
- implements ObjectCreatorSource
Responsible for creating a ReloadableServiceImplementationObjectCreator for a service implementation.
|
Constructor Summary |
ReloadableObjectCreatorSource(ClassFactory classFactory,
java.lang.reflect.Method bindMethod,
java.lang.Class serviceInterfaceClass,
java.lang.Class serviceImplementationClass,
boolean eagerLoad)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReloadableObjectCreatorSource
public ReloadableObjectCreatorSource(ClassFactory classFactory,
java.lang.reflect.Method bindMethod,
java.lang.Class serviceInterfaceClass,
java.lang.Class serviceImplementationClass,
boolean eagerLoad)
constructCreator
public ObjectCreator constructCreator(ServiceBuilderResources resources)
- Description copied from interface:
ObjectCreatorSource
- Provides an ObjectCreator that can be used to ultimately instantiate the core service implementation.
- Specified by:
constructCreator in interface ObjectCreatorSource
getDescription
public java.lang.String getDescription()
- Description copied from interface:
ObjectCreatorSource
- Returns a description of the method or constructor that creates the service.
- Specified by:
getDescription in interface ObjectCreatorSource
Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.