org.seasar.framework.autodetector.impl
クラス AbstractResourceAutoDetector.ZipFileStrategy

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

protected static class AbstractResourceAutoDetector.ZipFileStrategy
extends Object
implements AbstractResourceAutoDetector.Strategy

zipファイル用の戦略です。


コンストラクタの概要
protected AbstractResourceAutoDetector.ZipFileStrategy()
           
 
メソッドの概要
protected  JarFile createJarFile(URL url)
          jarファイルを作成します。
 void detect(String path, URL url, ResourceTraversal.ResourceHandler handler)
          リソースを認識します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AbstractResourceAutoDetector.ZipFileStrategy

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

detect

public void detect(String path,
                   URL url,
                   ResourceTraversal.ResourceHandler handler)
インタフェース AbstractResourceAutoDetector.Strategy の記述:
リソースを認識します。

定義:
インタフェース AbstractResourceAutoDetector.Strategy 内の detect
パラメータ:
path -
url -
handler -

createJarFile

protected JarFile createJarFile(URL url)
jarファイルを作成します。

パラメータ:
url - URL
戻り値:
jarファイル


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