|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.framework.container.autoregister.AbstractAutoRegister org.seasar.framework.container.autoregister.AbstractComponentTargetAutoRegister org.seasar.framework.container.autoregister.MetaAutoRegister
メタ定義を自動登録するためのクラスです。
フィールドの概要 | |
protected ComponentDef |
componentDef
ComponentDef です。 |
クラス org.seasar.framework.container.autoregister.AbstractAutoRegister から継承したフィールド |
INIT_METHOD |
コンストラクタの概要 | |
MetaAutoRegister()
|
メソッドの概要 | |
ComponentDef |
getComponentDef()
コンポーネント定義を返します。 |
protected void |
register(ComponentDef cd)
ComponentDef を登録します。 |
void |
setComponentDef(ComponentDef componentDef)
コンポーネント定義を設定します。 |
クラス org.seasar.framework.container.autoregister.AbstractComponentTargetAutoRegister から継承したメソッド |
isAppliedComponent, registerAll |
クラス org.seasar.framework.container.autoregister.AbstractAutoRegister から継承したメソッド |
addClassPattern, addClassPattern, addIgnoreClassPattern, addIgnoreClassPattern, findComponentDef, getClassPattern, getClassPatternSize, getContainer, hasComponentDef, isIgnore, setContainer |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
protected ComponentDef componentDef
ComponentDef
です。
コンストラクタの詳細 |
public MetaAutoRegister()
メソッドの詳細 |
public ComponentDef getComponentDef()
public void setComponentDef(ComponentDef componentDef)
componentDef
- protected void register(ComponentDef cd)
AbstractComponentTargetAutoRegister
の記述: ComponentDef
を登録します。
AbstractComponentTargetAutoRegister
内の register
cd
-
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |