| 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
This is the WebAppContext with accessors to the ActionLocator,
ActionNameResolver and the Injector, with the companion FactoryProducer.
|
| Constructor and Description |
|---|
DefaultWebAppContext(javax.servlet.ServletContext context,
AppContext parent) |
| Modifier and Type | Class and Description |
|---|---|
class |
SpringWebAppContext |
class |
WebAppContext |
| Modifier and Type | Method and Description |
|---|---|
protected AppContext |
WebAppContextLoader.configureFromInitParam(javax.servlet.ServletContext context,
ClassLoader cl)
Creates a AppContext based on the init parameter
WebAppContextLoader.CONTEXTS. |
AppContext |
WebAppContextLoader.configureWebAppContext(javax.servlet.ServletContext context) |
static AppContext |
WebContextUtil.getWebAppContext(javax.servlet.ServletContext ctx) |
| Constructor and Description |
|---|
SpringWebAppContext(javax.servlet.ServletContext ctx,
AppContext app)
This constructor is needed for the
WebAppContextLoader. |
WebAppContext(javax.servlet.ServletContext context,
AppContext parent)
This constructor is needed for the
WebAppContextLoader. |
| 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)
This constructor is needed for the
WebAppContextLoader. |
Copyright © 2010-2016 Oracle Corporation. All Rights Reserved.