クラス
org.zuena.guiceex.exception.ConfigurationException の使用

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をインスタンス化する。
 



Copyright © 2007 zuena.org AllRights Reserved.