org.seasar.uruma.container.creator
クラス UrumaDtoCreator
java.lang.Object
org.seasar.framework.container.creator.ComponentCreatorImpl
org.seasar.uruma.container.creator.UrumaDtoCreator
- すべての実装されたインタフェース:
- ComponentCreator
public class UrumaDtoCreator
- extends ComponentCreatorImpl
Dtoクラス用の ComponentCreator
です。
決められた命名規約に従って、クラスからDtoクラスのコンポーネント定義を作成します。 作成されるコンポーネント定義の各種属性は以下になります。
サフィックス |
Dto(デフォルト) |
インスタンス定義 |
PROTOTYPE |
自動バインディング |
無効 |
外部バインディング |
無効 |
インターフェース |
対象外 |
抽象クラス |
対象外 |
- 作成者:
- y.sugigami
クラス 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 |
UrumaDtoCreator
public UrumaDtoCreator(NamingConvention namingConvention)
- 指定された
命名規約
に従ったUrumaDtoCreator
を作成します。
- パラメータ:
namingConvention
- 命名規約
getDtoCustomizer
public ComponentCustomizer getDtoCustomizer()
ComponentCustomizer
を返します。
- 戻り値:
- コンポーネントカスタマイザ
setDtoCustomizer
public void setDtoCustomizer(ComponentCustomizer customizer)
ComponentCustomizer
を設定します。
- パラメータ:
customizer
- コンポーネントカスタマイザ
Copyright © 2006-2008 The Seasar Foundation. All Rights Reserved.