public class DefaultWebAppContext extends WebAppContext implements FactoryProducer
Developer are expected to subclass this class for their own implementations.
In most cases they would only like to override getFactory(ICS)
for
their own Service factory.
LOG, WEB_CONTEXT_NAME
Constructor and Description |
---|
DefaultWebAppContext(javax.servlet.ServletContext context)
Deprecated.
|
DefaultWebAppContext(javax.servlet.ServletContext context,
AppContext parent)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ActionLocator |
createActionLocator()
Deprecated.
|
ActionNameResolver |
createActionNameResolver()
Deprecated.
|
FactoryProducer |
createFactoryProducer()
Deprecated.
|
Injector |
createInjector()
Deprecated.
|
Factory |
getFactory(COM.FutureTense.Interfaces.ICS ics)
Deprecated.
Method to produce a "tools.gsf.config.Factory" to access services that need access to ICS
|
getBean, init
public DefaultWebAppContext(javax.servlet.ServletContext context)
public DefaultWebAppContext(javax.servlet.ServletContext context, AppContext parent)
public ActionLocator createActionLocator()
public ActionNameResolver createActionNameResolver()
public Injector createInjector()
public FactoryProducer createFactoryProducer()
public Factory getFactory(COM.FutureTense.Interfaces.ICS ics)
FactoryProducer
getFactory
in interface FactoryProducer
ics
- Content Server context objectCopyright © 2010–2017. All rights reserved.