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

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

protected class AbstractResourceAutoDetector.FileSystemStrategy
extends Object
implements AbstractResourceAutoDetector.Strategy


コンストラクタの概要
protected AbstractResourceAutoDetector.FileSystemStrategy()
           
 
メソッドの概要
 void detect(String path, URL url, ResourceTraversal.ResourceHandler handler)
           
 String getBaseName(String path, URL url)
           
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()
メソッドの詳細

getBaseName

public String getBaseName(String path,
                          URL url)
定義:
インタフェース AbstractResourceAutoDetector.Strategy 内の getBaseName

detect

public void detect(String path,
                   URL url,
                   ResourceTraversal.ResourceHandler handler)
定義:
インタフェース AbstractResourceAutoDetector.Strategy 内の detect

getRootDir

protected File getRootDir(String path,
                          URL url)


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