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

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

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


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

コンストラクタの詳細

AbstractResourceAutoDetector.FileSystemStrategy

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

detect

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

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

getRootDir

protected File getRootDir(String path,
                          URL url)


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