|
||||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| ConfigurationException を使用しているパッケージ | |
|---|---|
| org.guiceex | Guiceexのエントリーポイントを提供します。 |
| org.guiceex.config | guiceex-cfg.xmlを読み込み、Guiceへ設定するクラスを格納します。 |
| org.guiceex での ConfigurationException の使用 |
|---|
| ConfigurationException をスローする org.guiceex のメソッド | |
|---|---|
static GuiceexInjector |
InjectorFactory.createInjector(Object... configs)
Guice.createInjector(Module[])を使用してインスタンスを作成します。 |
static GuiceexInjector |
InjectorFactory.getInjector(Object... configs)
InjectorFactory.createInjector(Object...)で作成したGuiceexInjectorインスタンスを、
staticフィールドに配置して管理するシングルトンファクトリメソッドです。 |
| org.guiceex.config での ConfigurationException の使用 |
|---|
| ConfigurationException をスローする org.guiceex.config のメソッド | |
|---|---|
static Config |
Config.configure(String configXMLPath)
Digesterを使用して、configXMLPathへ指定された
GuiceexコンフィグよりConfigをインスタンス化する。 |
|
||||||||||
| 前 次 | フレームあり フレームなし | |||||||||