クラス WebApplicationObjectSupport

java.lang.ObjectSE
org.springframework.context.support.ApplicationObjectSupport
org.springframework.web.context.support.WebApplicationObjectSupport
実装されたすべてのインターフェース:
AwareApplicationContextAwareServletContextAware
既知の直属サブクラス
AbstractCachingViewResolverAbstractHandlerMappingAbstractViewBeanNameViewResolverContentNegotiatingViewResolverServerEndpointExporterWebContentGenerator

public abstract class WebApplicationObjectSupport extends ApplicationObjectSupport implements ServletContextAware
WebApplicationContext で実行されるアプリケーションオブジェクト用の便利なスーパークラス。getWebApplicationContext()getServletContext()getTempDir() アクセサーを提供します。

メモ: 通常、必要な実際のコールバックには個別のコールバックインターフェースを使用することをお勧めします。この広範な基本クラスは、主に ServletContextEE アクセスなどが必要な場合に、主にフレームワーク内で使用することを目的としています。

導入:
28.08.2003
作成者:
Juergen Hoeller
関連事項: