org.seasar.framework.container.autoregister
クラス ComponentAutoRegister.ZipFileStrategy

java.lang.Object
  拡張org.seasar.framework.container.autoregister.ComponentAutoRegister.ZipFileStrategy
すべての実装インタフェース:
ComponentAutoRegister.Strategy
含まれているクラス:
ComponentAutoRegister

protected class ComponentAutoRegister.ZipFileStrategy
extends Object
implements ComponentAutoRegister.Strategy

WebLogic固有のzip:プロトコルで表現されるURLをサポートするストラテジです。


コンストラクタの概要
protected ComponentAutoRegister.ZipFileStrategy()
           
 
メソッドの概要
protected  JarFile createJarFile(URL url)
           
 void registerAll(Class referenceClass, URL url)
          コンポーネントを自動登録します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ComponentAutoRegister.ZipFileStrategy

protected ComponentAutoRegister.ZipFileStrategy()
メソッドの詳細

registerAll

public void registerAll(Class referenceClass,
                        URL url)
インタフェース ComponentAutoRegister.Strategy の記述:
コンポーネントを自動登録します。

定義:
インタフェース ComponentAutoRegister.Strategy 内の registerAll
パラメータ:
referenceClass -
url -

createJarFile

protected JarFile createJarFile(URL url)


Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.