org.seasar.framework.container.assembler
クラス AutoBindingDefFactory

java.lang.Object
  拡張org.seasar.framework.container.assembler.AutoBindingDefFactory

public class AutoBindingDefFactory
extends java.lang.Object

自動バンディング定義のファクトリです。

作成者:
higa

フィールドの概要
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
 

フィールドの詳細

AUTO

public static final AutoBindingDef AUTO
自動バインディング定義AUTOのフィールドです。


CONSTRUCTOR

public static final AutoBindingDef CONSTRUCTOR
自動バインディング定義CONSTRUCTORのフィールドです。


PROPERTY

public static final AutoBindingDef PROPERTY
自動バインディング定義PROPERTYのフィールドです。


NONE

public static final AutoBindingDef NONE
自動バインディング定義NONEのフィールドです。


SEMIAUTO

public static final AutoBindingDef SEMIAUTO
自動バインディング定義SEMIAUTOのフィールドです。

コンストラクタの詳細

AutoBindingDefFactory

protected AutoBindingDefFactory()
インスタンスを構築します。

メソッドの詳細

addAutoBindingDef

public static void addAutoBindingDef(AutoBindingDef autoBindingDef)
自動バインディング定義を追加します。

パラメータ:
autoBindingDef -

existAutoBindingDef

public static boolean existAutoBindingDef(java.lang.String name)
自動バインディング定義が存在するかどうかを返します。

パラメータ:
name -
戻り値:

getAutoBindingDef

public static AutoBindingDef getAutoBindingDef(java.lang.String name)
自動バインディング定義を返します。

パラメータ:
name -
戻り値:


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.