|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.framework.container.autoregister.AbstractAutoRegister org.seasar.framework.container.autoregister.AbstractComponentTargetAutoRegister
コンポーネントを対象にした自動登録を行うための抽象クラスです。
フィールドの概要 |
クラス org.seasar.framework.container.autoregister.AbstractAutoRegister から継承したフィールド |
INIT_METHOD |
コンストラクタの概要 | |
AbstractComponentTargetAutoRegister()
|
メソッドの概要 | |
protected boolean |
isAppliedComponent(ComponentDef cd)
処理対象のコンポーネントかどうか返します。 |
protected abstract void |
register(ComponentDef cd)
ComponentDef を登録します。 |
void |
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 |
コンストラクタの詳細 |
public AbstractComponentTargetAutoRegister()
メソッドの詳細 |
public void registerAll()
AbstractAutoRegister
の記述:
AbstractAutoRegister
内の registerAll
protected abstract void register(ComponentDef cd)
ComponentDef
を登録します。
cd
- protected boolean isAppliedComponent(ComponentDef cd)
cd
-
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |