| Package | Description | 
|---|---|
| tools.gsf.config | |
| tools.gsf.config.inject | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractDelegatingFactory<SCOPE>
This class caches the produced objects for the lifetime of this object. 
 | 
class  | 
IcsBackedFactory  | 
class  | 
ServletContextBackedFactory  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Factory | 
DefaultFactoryProducer.createFactory(COM.FutureTense.Interfaces.ICS ics)
Create a new instance of the ics-backed factory. 
 | 
protected Factory | 
DefaultFactoryProducer.createFactory(Object customScope)
Create a custom-scoped factory. 
 | 
protected Factory | 
DefaultFactoryProducer.createFactory(javax.servlet.ServletContext servletContext)
Create a new instance of the servletContext-backed factory. 
 | 
protected Factory | 
DefaultFactoryProducer.getFactory(COM.FutureTense.Interfaces.ICS ics)
Get the ics-backed factory. 
 | 
Factory | 
FactoryProducer.getFactory(Object scope)
Get the factory configured for the scope specified. 
 | 
Factory | 
DefaultFactoryProducer.getFactory(Object scope)  | 
protected Factory | 
DefaultFactoryProducer.getFactory(javax.servlet.ServletContext servletContext)
Get the servletContext-backed factory. 
 | 
static Factory | 
FactoryLocator.locateFactory(COM.FutureTense.Interfaces.ICS ics)
Convenience method to locate the factory for the ICS scope. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected static Map<Class,Constructor<Factory>> | 
DefaultFactoryProducer.getConstructorMap(Map<Class,Class> config)
Converts the map of classes to a map containing factory constructors as the value. 
 | 
| Constructor and Description | 
|---|
AbstractDelegatingFactory(SCOPE scope,
                         Factory delegate)  | 
IcsBackedFactory(COM.FutureTense.Interfaces.ICS ics,
                Factory delegate)  | 
ServletContextBackedFactory(javax.servlet.ServletContext servletContext,
                           Factory delegate)  | 
| Constructor and Description | 
|---|
InjectForRequestInjector(Factory factory)  | 
Copyright © 2016–2017. All rights reserved.