|
FlatServe Guice Plugin 1.0 |
||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.small_it_office.flatserve.guice.GuiceConfig
public class GuiceConfig
Guiceの設定を保持するクラスです。
コンストラクタの概要 | |
---|---|
GuiceConfig()
コンストラクタ。 |
メソッドの概要 | |
---|---|
void |
addModule(com.google.inject.Module... modules)
Guiceで使用するモジュールを追加します。 |
java.util.List<com.google.inject.Module> |
getModules()
モジュールのリストを取得します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public GuiceConfig()
メソッドの詳細 |
---|
public java.util.List<com.google.inject.Module> getModules()
public void addModule(com.google.inject.Module... modules)
modules
- Guiceのモジュール。
|
FlatServe Guice Plugin 1.0 |
||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |