|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JUploadExceptionStopAddingFiles | |
---|---|
wjhk.jupload2.policies | This package contains the upload policies: they give you hook entry points, to override the default applet behaviour with a minimum of java code. |
Uses of JUploadExceptionStopAddingFiles in wjhk.jupload2.policies |
---|
Methods in wjhk.jupload2.policies that throw JUploadExceptionStopAddingFiles | |
---|---|
FileData |
UploadPolicy.createFileData(File file,
File root)
This methods creates a new FileData instance (or one of its inherited classes), and return it to the caller. |
FileData |
PictureUploadPolicy.createFileData(File file,
File root)
This methods actually returns a PictureFileData instance. |
FileData |
DefaultUploadPolicy.createFileData(File file,
File root)
The DefaultUpload accepts all file types: we just return an instance of FileData, without any test. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |