org.seasar.framework.container.creator
クラス LogicCreator

java.lang.Object
  拡張org.seasar.framework.container.creator.ComponentCreatorImpl
      拡張org.seasar.framework.container.creator.LogicCreator
すべての実装インタフェース:
ComponentCreator

public class LogicCreator
extends ComponentCreatorImpl

Logic用のクリエータです。

作成者:
higa

フィールドの概要
 
クラス org.seasar.framework.container.creator.ComponentCreatorImpl から継承したフィールド
autoBindingDef_BINDING, enableAbstract_BINDING, enableInterface_BINDING, externalBinding_BINDING, instanceDef_BINDING
 
コンストラクタの概要
LogicCreator(NamingConvention namingConvention)
          Logic用のクリエータを返します。
 
メソッドの概要
 ComponentCustomizer getLogicCustomizer()
          Logic用のカスタマイザを返します。
 void setLogicCustomizer(ComponentCustomizer customizer)
          Logic用のカスタマイザを設定します。
 
クラス 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
 

コンストラクタの詳細

LogicCreator

public LogicCreator(NamingConvention namingConvention)
Logic用のクリエータを返します。

パラメータ:
namingConvention -
メソッドの詳細

getLogicCustomizer

public ComponentCustomizer getLogicCustomizer()
Logic用のカスタマイザを返します。

戻り値:

setLogicCustomizer

public void setLogicCustomizer(ComponentCustomizer customizer)
Logic用のカスタマイザを設定します。

パラメータ:
customizer -


Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.