Package | Description |
---|---|
com.fatwire.gst.foundation.controller.action.support | |
com.fatwire.gst.foundation.controller.support | |
com.fatwire.gst.foundation.groovy.context |
Modifier and Type | Class and Description |
---|---|
class |
DefaultWebAppContext
Deprecated.
Replaced with new scoped Factory instances approach. See "tools.gsf.config.FactoryProducer".
|
class |
LegacyDefaultWebAppContext
Deprecated.
as of release 12.x, replace with new DefaultWebAppContext or your own (WCS 12c-friendly) AppContext implementation.
|
Constructor and Description |
---|
DefaultWebAppContext(javax.servlet.ServletContext context,
AppContext parent)
Deprecated.
|
LegacyDefaultWebAppContext(javax.servlet.ServletContext context,
AppContext parent)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
SpringWebAppContext
Deprecated.
as of release 12.x, replace with new DefaultWebAppContext or your own custom (WCS 12c-friendly) AppContext implementation.
|
class |
WebAppContext |
Modifier and Type | Method and Description |
---|---|
protected AppContext |
WebAppContextLoader.configureFromInitParam(javax.servlet.ServletContext context,
ClassLoader cl)
Deprecated.
Creates a AppContext based on the init parameter
WebAppContextLoader.CONTEXTS . |
static AppContext |
WebContextUtil.getWebAppContext(javax.servlet.ServletContext ctx)
Deprecated.
|
Constructor and Description |
---|
SpringWebAppContext(javax.servlet.ServletContext ctx,
AppContext app)
Deprecated.
This constructor was needed for the WebAppContextLoader.
|
WebAppContext(javax.servlet.ServletContext context,
AppContext parent)
This constructor was needed for the SimpleWebAppContextLoader (now deprecated).
|
Modifier and Type | Class and Description |
---|---|
class |
GroovyWebContext
WebAppContext that is using Groovy to load Actions.
|
Constructor and Description |
---|
GroovyWebContext(javax.servlet.ServletContext context,
AppContext app) |
Copyright © 2010–2017. All rights reserved.