public final class FactoryLocator extends Object
| Modifier and Type | Method and Description | 
|---|---|
static Factory | 
locateFactory(COM.FutureTense.Interfaces.ICS ics)
Convenience method to locate the factory for the ICS scope. 
 | 
static FactoryProducer | 
locateFactoryProducer(COM.FutureTense.Interfaces.ICS ics)
Convenience method for locating the factory producer that resides in the servlet context. 
 | 
static FactoryProducer | 
locateFactoryProducer(javax.servlet.ServletContext servletContext)
Convenience method for locating the factory producer that resides in the servlet context. 
 | 
public static FactoryProducer locateFactoryProducer(javax.servlet.ServletContext servletContext)
servletContext - the servlet context for this applicationpublic static FactoryProducer locateFactoryProducer(COM.FutureTense.Interfaces.ICS ics)
ics - the ics object (which of course holds a pointer to the servlet context)public static Factory locateFactory(COM.FutureTense.Interfaces.ICS ics)
ics - ics contextCopyright © 2016–2017. All rights reserved.