インタフェース
org.seasar.framework.container.autoregister.ComponentAutoRegister.Strategy の使用

ComponentAutoRegister.Strategy を使用しているパッケージ
org.seasar.framework.container.autoregister コンポーネントを自動登録する機能を提供します。 
 

org.seasar.framework.container.autoregister での ComponentAutoRegister.Strategy の使用
 

ComponentAutoRegister.Strategy を実装している org.seasar.framework.container.autoregister のクラス
protected  class ComponentAutoRegister.CodeSourceFileStrategy
          OC4J固有のcode-source:プロトコルで表現されるURLをサポートするストラテジです。
protected  class ComponentAutoRegister.FileSystemStrategy
          ファイルシステム用の ComponentAutoRegister.Strategyです。
protected  class ComponentAutoRegister.JarFileStrategy
          jarファイル用の ComponentAutoRegister.Strategyです。
protected  class ComponentAutoRegister.ZipFileStrategy
          WebLogic固有のzip:プロトコルで表現されるURLをサポートするストラテジです。
 

ComponentAutoRegister.Strategy を返す org.seasar.framework.container.autoregister のメソッド
 ComponentAutoRegister.Strategy ComponentAutoRegister.getStrategy(String protocol)
          ストラテジを返します。
 

ComponentAutoRegister.Strategy 型のパラメータを持つ org.seasar.framework.container.autoregister のメソッド
 void ComponentAutoRegister.addStrategy(String protocol, ComponentAutoRegister.Strategy strategy)
          file, jarなどのプロトコルに応じたストラテジを追加します。
 



Copyright ? 2004-2008 The Seasar Foundation. All Rights Reserved.