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

コンストラクタの概要
SpringConverterProvider()
           
 
メソッドの概要
protected  Collection<Converter> getConverters()
          コンバータの一覧を返します。
 void initialize()
          このオブジェクトを初期化します。
 void setApplicationContext(ApplicationContext applicationContext)
          アプリケーションコンテキストを設定します。
 
クラス org.seasar.cubby.spi.impl.AbstractCachedConverterProvider から継承されたメソッド
clear, getConverter
 
クラス org.seasar.cubby.spi.impl.AbstractConverterProvider から継承されたメソッド
getConverter
 
クラス 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.