com.fatwire.gst.foundation.controller
Interface AppContext

All Known Implementing Classes:
DefaultWebAppContext, GroovyWebContext, SpringWebAppContext, WebAppContext

public interface AppContext

This interface represents the context in which an application is running. It's sole purpose is providing access to objects based on a name.

Implementations are either providing their own Factory and Dependency injection framework, or delegate to (a combination of) dependency injections frameworks.

Since:
4 April 2012
Author:
Dolf.Dijkstra

Method Summary
<T> T
getBean(String name, Class<T> c)
           
 void init()
           
 

Method Detail

getBean

<T> T getBean(String name,
              Class<T> c)

init

void init()


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