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