org.seasar.framework.container.util
クラス InitMethodDefSupport
java.lang.Object
org.seasar.framework.container.util.InitMethodDefSupport
- public class InitMethodDefSupport
- extends Object
InitMethodDef
を補助するクラスです。
- 作成者:
- higa
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InitMethodDefSupport
public InitMethodDefSupport()
InitMethodDefSupport
を作成します。
addInitMethodDef
public void addInitMethodDef(InitMethodDef methodDef)
InitMethodDef
を追加します。
- パラメータ:
methodDef
-
getInitMethodDefSize
public int getInitMethodDefSize()
InitMethodDef
の数を返します。
- 戻り値:
InitMethodDef
の数
getInitMethodDef
public InitMethodDef getInitMethodDef(int index)
InitMethodDef
を返します。
- パラメータ:
index
-
- 戻り値:
InitMethodDef
setContainer
public void setContainer(S2Container container)
S2Container
を返します。
- パラメータ:
container
-
Copyright © 2004-2009 The Seasar Foundation. All Rights Reserved.