Uses of Interface
com.fatwire.gst.foundation.controller.AppContext

Packages that use AppContext
com.fatwire.gst.foundation.controller.action.support   
com.fatwire.gst.foundation.controller.support   
com.fatwire.gst.foundation.groovy.context   
 

Uses of AppContext in com.fatwire.gst.foundation.controller.action.support
 

Classes in com.fatwire.gst.foundation.controller.action.support that implement AppContext
 class DefaultWebAppContext
          This is the WebAppContext with accessors to the ActionLocator, ActionNameResolver and the Injector, with the companion FactoryProducer.
 

Constructors in com.fatwire.gst.foundation.controller.action.support with parameters of type AppContext
DefaultWebAppContext(javax.servlet.ServletContext context, AppContext parent)
           
 

Uses of AppContext in com.fatwire.gst.foundation.controller.support
 

Classes in com.fatwire.gst.foundation.controller.support that implement AppContext
 class SpringWebAppContext
           
 class WebAppContext
           
 

Methods in com.fatwire.gst.foundation.controller.support that return AppContext
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)
           
 

Constructors in com.fatwire.gst.foundation.controller.support with parameters of type AppContext
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.
 

Uses of AppContext in com.fatwire.gst.foundation.groovy.context
 

Classes in com.fatwire.gst.foundation.groovy.context that implement AppContext
 class GroovyWebContext
          WebAppContext that is using Groovy to load Actions.
 

Constructors in com.fatwire.gst.foundation.groovy.context with parameters of type AppContext
GroovyWebContext(javax.servlet.ServletContext context, AppContext app)
          This constructor is needed for the WebAppContextLoader.
 



Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.