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 から継承されたフィールド
autoBindingDef_BINDING, enableAbstract_BINDING, enableInterface_BINDING, externalBinding_BINDING, instanceDef_BINDING
 
コンストラクタの概要
UrumaLogicCreator(NamingConvention namingConvention)
          指定された命名規約に従ったUrumaProviderCreatorを作成します。
 
メソッドの概要
 ComponentCustomizer getLogicCustomizer()
          ComponentCustomizerを返します。
 void setLogicCustomizer(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
 

コンストラクタの詳細

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.