|
||||||||||
前 次 | フレームあり フレームなし |
GuiceexBinder を使用しているパッケージ | |
---|---|
org.zuena.guiceex.binder | Guiceへのバインディングを行うクラスを格納します。 |
org.zuena.guiceex.config | guiceex-config XMLファイルを読み込み、Guiceへ設定するクラスを格納します。 |
org.zuena.guiceex.binder での GuiceexBinder の使用 |
---|
GuiceexBinder を実装している org.zuena.guiceex.binder のクラス | |
---|---|
class |
AnnotationBinder
guiceex-configの<annotation>で指定されたバインディング設定を行うバインダークラスです。 |
class |
BasicBinderSupport
GuiceexBinder 実装クラスで共通的に使用されるプロパティを提供します。 |
class |
BindBinder
guiceex-configの<bind>タグで指定されたバインディング設定を行うバインダークラスです。 |
class |
ConstantBinder
guiceex-configの<constant>へ指定されたバインディング設定を行うバインダークラスです。 |
class |
InterceptorBinder
guiceex-configの<interceptor>へ指定されたバインディング設定を行うバインダークラスです。 |
class |
NameBinder
guiceex-configの<name>に指定したバインディング設定を行うバインダークラスです。 |
class |
PropertiesBinder
guiceex-configの<properties>に指定されたバインディング設定を行うバインダークラスです。 |
class |
ScopedBinder
guiceex-configのバインディング要素の scopeType 属性の設定を行うクラスです。 |
class |
SpringBinder
guiceex-configの<spring>に指定されたSpringFrameworkとの統合を行うクラスです。 |
class |
ToBinder
guiceex-configのバインダー要素の toType 属性の設定を行うクラスです。 |
org.zuena.guiceex.config での GuiceexBinder の使用 |
---|
GuiceexBinder 型の引数を持つ型を返す org.zuena.guiceex.config のメソッド | |
---|---|
List<GuiceexBinder> |
Config.getBinders()
|
GuiceexBinder 型のパラメータを持つ org.zuena.guiceex.config のメソッド | |
---|---|
void |
Config.addBinder(GuiceexBinder binder)
|
Constructor parameters in org.zuena.guiceex.config with type arguments of type GuiceexBinder | |
---|---|
AutoBindingModule(List<GuiceexBinder> binders)
|
|
||||||||||
前 次 | フレームあり フレームなし |