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
クラス 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.