|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileRenamePolicy | |
---|---|
com.oreilly.servlet | |
com.oreilly.servlet.multipart |
Uses of FileRenamePolicy in com.oreilly.servlet |
---|
Constructors in com.oreilly.servlet with parameters of type FileRenamePolicy | |
---|---|
MultipartRequest(HttpServletRequest request,
java.lang.String saveDirectory,
int maxPostSize,
FileRenamePolicy policy)
Constructs a new MultipartRequest to handle the specified request, saving any uploaded files to the given directory, and limiting the upload size to the specified length. |
|
MultipartRequest(HttpServletRequest request,
java.lang.String saveDirectory,
int maxPostSize,
java.lang.String encoding,
FileRenamePolicy policy)
Constructs a new MultipartRequest to handle the specified request, saving any uploaded files to the given directory, and limiting the upload size to the specified length. |
Uses of FileRenamePolicy in com.oreilly.servlet.multipart |
---|
Classes in com.oreilly.servlet.multipart that implement FileRenamePolicy | |
---|---|
class |
DefaultFileRenamePolicy
Implements a renaming policy that adds increasing integers to the body of any file that collides. |
Methods in com.oreilly.servlet.multipart with parameters of type FileRenamePolicy | |
---|---|
void |
FilePart.setRenamePolicy(FileRenamePolicy policy)
Puts in place the specified policy for handling file name collisions. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |