org.seasar.cubby.plugins.spring.spi
クラス SpringContainerProvider

java.lang.Object
  上位を拡張 org.seasar.cubby.plugins.spring.spi.SpringContainerProvider
すべての実装されたインタフェース:
ContainerProvider, Provider, ApplicationContextAware

public class SpringContainerProvider
extends Object
implements ContainerProvider, ApplicationContextAware

ApplicationContext による Container の実装を提供します。

作成者:
suzuki-kei, someda

コンストラクタの概要
SpringContainerProvider()
           
 
メソッドの概要
 Container getContainer()
          コンテナを取得します。
 void setApplicationContext(ApplicationContext applicationContext)
          アプリケーションコンテキストを設定します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SpringContainerProvider

public SpringContainerProvider()
メソッドの詳細

getContainer

public Container getContainer()
コンテナを取得します。

定義:
インタフェース ContainerProvider 内の getContainer
戻り値:
コンテナ

setApplicationContext

public void setApplicationContext(ApplicationContext applicationContext)
アプリケーションコンテキストを設定します。

定義:
インタフェース ApplicationContextAware 内の setApplicationContext
パラメータ:
applicationContext - アプリケーションコンテキスト


Copyright © 2006-2010 The Seasar Foundation. All Rights Reserved.