Uses of Interface
com.gubutech.xload.XloadFileRename

Packages that use XloadFileRename
com.gubutech.xload Provides classes and interfaces for uploading of files and management of files and directories on an application server. 
 

Uses of XloadFileRename in com.gubutech.xload
 

Classes in com.gubutech.xload that implement XloadFileRename
 class XloadCounterFileRename
          Class that implements a rename policy that safely renames files to an arbitrary number that increments sequentially by 1.
 class XloadIncrementalFileRename
          The default file renaming policy for Xload.
 

Constructors in com.gubutech.xload with parameters of type XloadFileRename
XloadManager(javax.servlet.http.HttpServletRequest request, XloadFileRename renameStrategy)
          Creates a new instance of XloadManager from the specified request.
XloadManager(javax.servlet.http.HttpServletRequest request, XloadFileRename renameStrategy, boolean allowPartialUploads)
          Creates a new instance of XloadManager from the specified request.