- All Implemented Interfaces:
- org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
public class SpringAppContext
extends Object
implements org.springframework.context.ApplicationContextAware
Provides a means for classes that do not normally have access to
 a servlet context or application context to be able to obtain
 the current Spring ApplicationContext instance. This should be a last
 resort, as it is unlikely this class is ever needed unless an
 instance of ApplicationContext is required in a custom class
 instantiated by third-party code.
- Author:
- jfischer