org.seasar.cubby.plugins.spring.spi
クラス SpringConverterProvider
java.lang.Object
org.seasar.cubby.spi.impl.AbstractConverterProvider
org.seasar.cubby.spi.impl.AbstractCachedConverterProvider
org.seasar.cubby.plugins.spring.spi.SpringConverterProvider
- すべての実装されたインタフェース:
- ConverterProvider, Provider, ApplicationContextAware
public class SpringConverterProvider
- extends AbstractCachedConverterProvider
- implements ApplicationContextAware
コンバータプロバイダの実装クラスです。
- 作成者:
- suzuki-kei, someda
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringConverterProvider
public SpringConverterProvider()
setApplicationContext
public void setApplicationContext(ApplicationContext applicationContext)
- アプリケーションコンテキストを設定します。
- 定義:
- インタフェース
ApplicationContextAware
内の setApplicationContext
- パラメータ:
applicationContext
- アプリケーションコンテキスト
initialize
public void initialize()
- このオブジェクトを初期化します。
getConverters
protected Collection<Converter> getConverters()
- クラス
AbstractConverterProvider
の記述:
- コンバータの一覧を返します。
- 定義:
- クラス
AbstractConverterProvider
内の getConverters
- 戻り値:
- コンバータの一覧
Copyright © 2006-2010 The Seasar Foundation. All Rights Reserved.