org.seasar.framework.container.creator
クラス ConverterCreator

java.lang.Object
  拡張org.seasar.framework.container.creator.ComponentCreatorImpl
      拡張org.seasar.framework.container.creator.ConverterCreator
すべての実装インタフェース:
ComponentCreator

public class ConverterCreator
extends ComponentCreatorImpl

コンバータ用の ComponentCreatorです。

作成者:
shot

フィールドの概要
 
クラス org.seasar.framework.container.creator.ComponentCreatorImpl から継承したフィールド
autoBindingDef_BINDING, enableAbstract_BINDING, enableInterface_BINDING, externalBinding_BINDING, instanceDef_BINDING
 
コンストラクタの概要
ConverterCreator(NamingConvention namingConvention)
          ConverterCreatorを作成します。
 
メソッドの概要
 ComponentCustomizer getConverterCustomizer()
          コンバータ用の ComponentCustomizerを返します。
 void setConverterCustomizer(ComponentCustomizer customizer)
          コンバータ用の ComponentCustomizerを設定します。
 
クラス org.seasar.framework.container.creator.ComponentCreatorImpl から継承したメソッド
createComponentDef, createComponentDef, customize, getAutoBindingDef, getCustomizer, getInstanceDef, getNameSuffix, getNamingConvention, isEnableAbstract, isEnableInterface, isExternalBinding, isTargetComponentName, setAutoBindingDef, setCustomizer, setEnableAbstract, setEnableInterface, setExternalBinding, setInstanceDef, setNameSuffix
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ConverterCreator

public ConverterCreator(NamingConvention namingConvention)
ConverterCreatorを作成します。

パラメータ:
namingConvention -
メソッドの詳細

getConverterCustomizer

public ComponentCustomizer getConverterCustomizer()
コンバータ用の ComponentCustomizerを返します。

戻り値:

setConverterCustomizer

public void setConverterCustomizer(ComponentCustomizer customizer)
コンバータ用の ComponentCustomizerを設定します。

パラメータ:
customizer -


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.