public class ClassBasedFactory extends BaseFactory
ics, LOG| Constructor and Description |
|---|
ClassBasedFactory(COM.FutureTense.Interfaces.ICS ics,
Factory parent,
ClassLoader classLoader,
String... classnames)
Deprecated.
|
ClassBasedFactory(COM.FutureTense.Interfaces.ICS ics,
Factory parent,
String... classnames)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected Class<?>[] |
factoryClasses(COM.FutureTense.Interfaces.ICS ics)
Deprecated.
Method to find classes to use for the producer methods.
|
createFromMethod, createICS, ctorStrategy, getObject, invokeCreateMethod, locate, namedAnnotationStrategy, reflectionStrategy, shouldCache, throwRuntimeException, toString, unnamedAnnotationStrategypublic ClassBasedFactory(COM.FutureTense.Interfaces.ICS ics,
Factory parent,
String... classnames)
ics - Content Server context objectparent - the parent factoryclassnames - the names of the classes that hold the factory methodspublic ClassBasedFactory(COM.FutureTense.Interfaces.ICS ics,
Factory parent,
ClassLoader classLoader,
String... classnames)
ics - Content Server context objectparent - the parent factoryclassLoader - the classloader to load the classes ofclassnames - the names of the classes that hold the factory methodsprotected Class<?>[] factoryClasses(COM.FutureTense.Interfaces.ICS ics)
BaseFactoryObject.getClass().
Subclasses can return and are encouraged to return other classes.factoryClasses in class BaseFactoryics - Content Server context objectCopyright © 2010–2016. All rights reserved.