|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.framework.container.util.AspectDefSupport
AspectDef
の補助クラスです。
コンストラクタの概要 | |
AspectDefSupport()
AspectDefSupport を作成します。 |
メソッドの概要 | |
void |
addAspectDef(AspectDef aspectDef)
AspectDef を追加します。 |
void |
addAspectDef(int index,
AspectDef aspectDef)
AspectDef を追加します。 |
AspectDef |
getAspectDef(int index)
AspectDef を返します。 |
int |
getAspectDefSize()
AspectDef の数を返します。 |
void |
setContainer(S2Container container)
S2Container を設定します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public AspectDefSupport()
AspectDefSupport
を作成します。
メソッドの詳細 |
public void addAspectDef(AspectDef aspectDef)
AspectDef
を追加します。
aspectDef
- public void addAspectDef(int index, AspectDef aspectDef)
AspectDef
を追加します。
index
- aspectDef
- public int getAspectDefSize()
AspectDef
の数を返します。
AspectDef
の数public AspectDef getAspectDef(int index)
AspectDef
を返します。
index
-
AspectDef
public void setContainer(S2Container container)
S2Container
を設定します。
container
-
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |