org.seasar.uruma.container.creator
クラス UrumaActionCreator

java.lang.Object
  上位を拡張 org.seasar.framework.container.creator.ComponentCreatorImpl
      上位を拡張 org.seasar.uruma.container.creator.UrumaActionCreator
すべての実装されたインタフェース:
ComponentCreator

public class UrumaActionCreator
extends ComponentCreatorImpl

Actionクラス用の ComponentCreatorです。

決められた命名規約に従って、クラスからActionクラスのコンポーネント定義を作成します。 作成されるコンポーネント定義の各種属性は以下になります。

サフィックス Action(デフォルト)
インスタンス定義 PROTOTYPE
自動バインディング auto
外部バインディング 無効
インターフェース 対象外
抽象クラス 対象外

作成者:
y.suggami

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

コンストラクタの詳細

UrumaActionCreator

public UrumaActionCreator(NamingConvention namingConvention)
指定された命名規約に従ったUrumaActionCreatorを作成します。

パラメータ:
namingConvention - 命名規約
メソッドの詳細

getActionCustomizer

public ComponentCustomizer getActionCustomizer()
ComponentCustomizerを返します。

戻り値:
コンポーネントカスタマイザ

setActionCustomizer

public void setActionCustomizer(ComponentCustomizer customizer)
ComponentCustomizerを設定します。

パラメータ:
customizer - コンポーネントカスタマイザ


Copyright © 2006-2008 The Seasar Foundation. All Rights Reserved.