org.apache.struts2.util.fs
类 JBossFileManager

java.lang.Object
  继承者 com.opensymphony.xwork2.util.fs.DefaultFileManager
      继承者 org.apache.struts2.util.fs.JBossFileManager
所有已实现的接口:
com.opensymphony.xwork2.FileManager

public class JBossFileManager
extends com.opensymphony.xwork2.util.fs.DefaultFileManager

FileManager implementation used with JBoss AS


构造方法摘要
JBossFileManager()
           
 
方法摘要
 Collection<? extends URL> getAllPhysicalUrls(URL url)
           
 void monitorFile(URL fileUrl)
           
 URL normalizeToFileProtocol(URL url)
           
 boolean support()
           
 
从类 com.opensymphony.xwork2.util.fs.DefaultFileManager 继承的方法
fileNeedsReloading, fileNeedsReloading, internal, loadFile, setReloadingConfigs
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

JBossFileManager

public JBossFileManager()
方法详细信息

support

public boolean support()
指定者:
接口 com.opensymphony.xwork2.FileManager 中的 support
覆盖:
com.opensymphony.xwork2.util.fs.DefaultFileManager 中的 support

monitorFile

public void monitorFile(URL fileUrl)
指定者:
接口 com.opensymphony.xwork2.FileManager 中的 monitorFile
覆盖:
com.opensymphony.xwork2.util.fs.DefaultFileManager 中的 monitorFile

normalizeToFileProtocol

public URL normalizeToFileProtocol(URL url)
指定者:
接口 com.opensymphony.xwork2.FileManager 中的 normalizeToFileProtocol
覆盖:
com.opensymphony.xwork2.util.fs.DefaultFileManager 中的 normalizeToFileProtocol

getAllPhysicalUrls

public Collection<? extends URL> getAllPhysicalUrls(URL url)
                                             throws IOException
指定者:
接口 com.opensymphony.xwork2.FileManager 中的 getAllPhysicalUrls
覆盖:
com.opensymphony.xwork2.util.fs.DefaultFileManager 中的 getAllPhysicalUrls
抛出:
IOException