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
| 从类 com.opensymphony.xwork2.util.fs.DefaultFileManager 继承的方法 |
fileNeedsReloading, fileNeedsReloading, internal, loadFile, setReloadingConfigs |
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