|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.framework.container.creator.ComponentCreatorImpl
org.seasar.framework.container.creator.DxoCreator
Dxoクラス用の ComponentCreator
です。
決められた命名規約に従って、クラスからDxoクラスのコンポーネント定義を作成します。 作成されるコンポーネント定義の各種属性は以下になります。
サフィックス | Dxo(デフォルト) |
---|---|
インスタンス定義 | singleton |
自動バインディング | auto |
外部バインディング | 無効 |
インターフェース | 有効 |
抽象クラス | 有効 |
フィールドの概要 |
クラス org.seasar.framework.container.creator.ComponentCreatorImpl から継承したフィールド |
autoBindingDef_BINDING, enableAbstract_BINDING, enableInterface_BINDING, externalBinding_BINDING, instanceDef_BINDING |
コンストラクタの概要 | |
DxoCreator(NamingConvention namingConvention)
指定された 命名規約 に従ったDxoCreator を作成します。 |
メソッドの概要 | |
ComponentCustomizer |
getDxoCustomizer()
ComponentCustomizer を返します。 |
void |
setDxoCustomizer(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 |
コンストラクタの詳細 |
public DxoCreator(NamingConvention namingConvention)
命名規約
に従ったDxoCreator
を作成します。
namingConvention
- 命名規約メソッドの詳細 |
public ComponentCustomizer getDxoCustomizer()
ComponentCustomizer
を返します。
public void setDxoCustomizer(ComponentCustomizer customizer)
ComponentCustomizer
を設定します。
customizer
- コンポーネントカスタマイザ
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |