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