Uses of Interface
com.opensymphony.xwork2.FileManager

Packages that use FileManager
com.opensymphony.xwork2 Main XWork interfaces and classes. 
com.opensymphony.xwork2.config Configuration core classes. 
com.opensymphony.xwork2.util.finder   
com.opensymphony.xwork2.util.fs   
 

Uses of FileManager in com.opensymphony.xwork2
 

Methods in com.opensymphony.xwork2 that return FileManager
 FileManager FileManagerFactory.getFileManager()
           
 

Uses of FileManager in com.opensymphony.xwork2.config
 

Constructor parameters in com.opensymphony.xwork2.config with type arguments of type FileManager
FileManagerProvider(Class<? extends FileManager> fileManagerClass, String name)
           
 

Uses of FileManager in com.opensymphony.xwork2.util.finder
 

Constructors in com.opensymphony.xwork2.util.finder with parameters of type FileManager
UrlSet(FileManager fileManager, ClassLoaderInterface classLoader)
           
UrlSet(FileManager fileManager, ClassLoaderInterface classLoader, Set<String> protocols)
           
UrlSet(FileManager fileManager, Collection<URL> urls)
          Ignores all URLs that are not "jar" or "file"
 

Uses of FileManager in com.opensymphony.xwork2.util.fs
 

Classes in com.opensymphony.xwork2.util.fs that implement FileManager
 class DefaultFileManager
          Default implementation of FileManager
 

Methods in com.opensymphony.xwork2.util.fs that return FileManager
 FileManager DefaultFileManagerFactory.getFileManager()
           
 

Methods in com.opensymphony.xwork2.util.fs with parameters of type FileManager
 void DefaultFileManagerFactory.setFileManager(FileManager fileManager)
           
 



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.