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