|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.framework.container.assembler.AutoBindingDefFactory
自動バンディング定義のファクトリです。
フィールドの概要 | |
static AutoBindingDef |
AUTO
自動バインディング定義AUTOのフィールドです。 |
static AutoBindingDef |
CONSTRUCTOR
自動バインディング定義CONSTRUCTORのフィールドです。 |
static AutoBindingDef |
NONE
自動バインディング定義NONEのフィールドです。 |
static AutoBindingDef |
PROPERTY
自動バインディング定義PROPERTYのフィールドです。 |
static AutoBindingDef |
SEMIAUTO
自動バインディング定義SEMIAUTOのフィールドです。 |
コンストラクタの概要 | |
protected |
AutoBindingDefFactory()
インスタンスを構築します。 |
メソッドの概要 | |
static void |
addAutoBindingDef(AutoBindingDef autoBindingDef)
自動バインディング定義を追加します。 |
static boolean |
existAutoBindingDef(java.lang.String name)
自動バインディング定義が存在するかどうかを返します。 |
static AutoBindingDef |
getAutoBindingDef(java.lang.String name)
自動バインディング定義を返します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
public static final AutoBindingDef AUTO
public static final AutoBindingDef CONSTRUCTOR
public static final AutoBindingDef PROPERTY
public static final AutoBindingDef NONE
public static final AutoBindingDef SEMIAUTO
コンストラクタの詳細 |
protected AutoBindingDefFactory()
メソッドの詳細 |
public static void addAutoBindingDef(AutoBindingDef autoBindingDef)
autoBindingDef
- public static boolean existAutoBindingDef(java.lang.String name)
name
-
public static AutoBindingDef getAutoBindingDef(java.lang.String name)
name
-
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |