org.guiceex.config
クラス AutoBindingModule

java.lang.Object
  上位を拡張 com.google.inject.AbstractModule
      上位を拡張 org.guiceex.config.AutoBindingModule
すべての実装されたインタフェース:
Module

public class AutoBindingModule
extends AbstractModule

コンストラクタで受け取ったbindersを使用して バインディングするModuleクラス。

作成者:
matu◆AliceLAklI

コンストラクタの概要
AutoBindingModule(List<GuiceexBinder> binders)
           
 
メソッドの概要
protected  void configure()
          bindersに登録されているGuiceexBinderインスタンスの GuiceexBinder.bind(com.google.inject.Binder)メソッドを呼び出して バインディングを行う。
 
クラス com.google.inject.AbstractModule から継承されたメソッド
addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindScope, configure, install, requestStaticInjection
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AutoBindingModule

public AutoBindingModule(List<GuiceexBinder> binders)
メソッドの詳細

configure

protected void configure()
bindersに登録されているGuiceexBinderインスタンスの GuiceexBinder.bind(com.google.inject.Binder)メソッドを呼び出して バインディングを行う。

定義:
クラス AbstractModule 内の configure


Copyright © 2007. All Rights Reserved.