org.seasar.framework.container.creator
クラス DxoCreator
java.lang.Object
org.seasar.framework.container.creator.ComponentCreatorImpl
org.seasar.framework.container.creator.DxoCreator
- すべての実装インタフェース:
- ComponentCreator
- public class DxoCreator
- extends ComponentCreatorImpl
Dxo用のクリエータです。
- 作成者:
- higa
クラス 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 |
DxoCreator
public DxoCreator(NamingConvention namingConvention)
- Dxo用のクリエータを返します。
- パラメータ:
namingConvention
-
getDxoCustomizer
public ComponentCustomizer getDxoCustomizer()
- Dxo用のカスタマイザを返します。
- 戻り値:
setDxoCustomizer
public void setDxoCustomizer(ComponentCustomizer customizer)
- Dxo用のカスタマイザを設定します。
- パラメータ:
customizer
-
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.