jp.maru.liquid.core.plugins
クラス GuiceInjectorSupport

java.lang.Object
  上位を拡張 jp.maru.liquid.core.plugins.GuiceInjectorSupport
直系の既知のサブクラス:
HibernateSessionPlugin

public class GuiceInjectorSupport
extends java.lang.Object


フィールドの概要
(package private)  com.google.inject.Injector _injector
           
 
コンストラクタの概要
GuiceInjectorSupport()
           
 
メソッドの概要
 void init()
           
 void setInjector(com.google.inject.Injector injector)
          GuiceInjectorをインジェクト(SpringInject)
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

_injector

com.google.inject.Injector _injector
コンストラクタの詳細

GuiceInjectorSupport

public GuiceInjectorSupport()
メソッドの詳細

init

public void init()

setInjector

public void setInjector(com.google.inject.Injector injector)
GuiceInjectorをインジェクト(SpringInject)

パラメータ:
injector - GuiceInjector