| Modifier and Type | Method and Description | 
|---|---|
Factory | 
FactoryProducer.getFactory(COM.FutureTense.Interfaces.ICS ics)
Method to produce a  
Factory to access services that need access to ICS | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
AnnotationInjector.inject(Object object,
      Factory factory)
Inject ICS runtime objects into the object. 
 | 
static void | 
AnnotationInjector.injectIntoField(Object object,
               Factory factory,
               Field field)  | 
static void | 
AnnotationInjector.injectIntoMethod(Object object,
                Factory factory,
                Method method)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BaseFactory
Factory making use to reflection ( 
BaseFactory.reflectionStrategy(String, Class)
 and BaseFactory.ctorStrategy(String, Class)) to produce objects. | 
class  | 
ClassBasedFactory
Factory that reads the producer methods of the passed in class names. 
 | 
class  | 
IcsBackedObjectFactoryTemplate
Factory implementation that works with a method naming convention to create
 objects. 
 | 
class  | 
SpringObjectFactory
Factory with access to Spring framework beans. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Factory | 
ReflectionFactoryProducer.getFactory(COM.FutureTense.Interfaces.ICS ics)  | 
static Factory | 
IcsFactoryUtil.getFactory(COM.FutureTense.Interfaces.ICS ics)
Method to access the Factory. 
 | 
Factory | 
DefaultWebAppContext.getFactory(COM.FutureTense.Interfaces.ICS ics)  | 
protected Factory | 
DefaultAnnotationInjector.getFactory(COM.FutureTense.Interfaces.ICS ics)  | 
Factory | 
ReflectionFactoryProducer.getInjectionFactory(COM.FutureTense.Interfaces.ICS ics)  | 
| Constructor and Description | 
|---|
BaseFactory(COM.FutureTense.Interfaces.ICS ics,
           Factory... roots)  | 
ClassBasedFactory(COM.FutureTense.Interfaces.ICS ics,
                 Factory parent,
                 ClassLoader classLoader,
                 String... classnames)  | 
ClassBasedFactory(COM.FutureTense.Interfaces.ICS ics,
                 Factory parent,
                 String... classnames)  | 
IcsBackedObjectFactoryTemplate(COM.FutureTense.Interfaces.ICS ics,
                              Factory... roots)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GroovyFactory
Factory that dynamically loads other classes that provide producer methods. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Factory | 
GroovyWebContext.getFactory(COM.FutureTense.Interfaces.ICS ics)  | 
| Constructor and Description | 
|---|
GroovyFactory(COM.FutureTense.Interfaces.ICS ics,
             ClassLoader gcl,
             Factory... roots)  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
MappingInjector.inject(Object object,
      Factory factory,
      AssetIdWithSite id)  | 
Copyright © 2010-2016 Oracle Corporation. All Rights Reserved.