インタフェース
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
           
protected  class ComponentAutoRegister.JarFileStrategy
           
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-2007 The Seasar Foundation. All Rights Reserved.