Package | Description |
---|---|
wjhk.jupload2.context | |
wjhk.jupload2.exception |
Some application specific exceptions.
|
wjhk.jupload2.filedata |
This package allows you to change the file relative behaviour: this page describes how to override the
default behaviour, to fullfill your needs (for instance add data compression, preload check, new data
about files in the upload to the server..
|
wjhk.jupload2.filedata.helper | |
wjhk.jupload2.gui |
Implementation of caching and special algorithms for various file types.
|
wjhk.jupload2.gui.filepanel | |
wjhk.jupload2.gui.filepanel.treeview | |
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.
|
wjhk.jupload2.upload |
This package contains the code that actually executes the upload (see below for a full description of the way the upload
is executed in the JUpload code).
|
wjhk.jupload2.upload.helper |
Class and Description |
---|
JUploadException
A new kind of exceptions.
|
Class and Description |
---|
JUploadException
A new kind of exceptions.
|
JUploadExceptionUploadFailed
This exception occurs when an upload failed.
|
JUploadIOException
This class should be used for all implementations of FileData or UploadPolicy
that want to throw an IO exception, and need to be conform with the interface
definition.
|
Class and Description |
---|
JUploadException
A new kind of exceptions.
|
JUploadIOException
This class should be used for all implementations of FileData or UploadPolicy
that want to throw an IO exception, and need to be conform with the interface
definition.
|
Class and Description |
---|
JUploadException
A new kind of exceptions.
|
JUploadIOException
This class should be used for all implementations of FileData or UploadPolicy
that want to throw an IO exception, and need to be conform with the interface
definition.
|
Class and Description |
---|
JUploadException
A new kind of exceptions.
|
JUploadIOException
This class should be used for all implementations of FileData or UploadPolicy
that want to throw an IO exception, and need to be conform with the interface
definition.
|
Class and Description |
---|
JUploadExceptionStopAddingFiles
This exception is a trick, to stop adding files to the file list, when too
many files don't match the allowed extension (see
wjhk.jupload2.gui.FilePanelDataModel2#addFile(File, File)), or any
other control of the current upload policy (see
UploadPolicy#createFileData(File, File) . |
Class and Description |
---|
JUploadException
A new kind of exceptions.
|
JUploadExceptionStopAddingFiles
This exception is a trick, to stop adding files to the file list, when too
many files don't match the allowed extension (see
wjhk.jupload2.gui.FilePanelDataModel2#addFile(File, File)), or any
other control of the current upload policy (see
UploadPolicy#createFileData(File, File) . |
JUploadIOException
This class should be used for all implementations of FileData or UploadPolicy
that want to throw an IO exception, and need to be conform with the interface
definition.
|
Class and Description |
---|
JUploadException
A new kind of exceptions.
|
JUploadExceptionStopAddingFiles
This exception is a trick, to stop adding files to the file list, when too
many files don't match the allowed extension (see
wjhk.jupload2.gui.FilePanelDataModel2#addFile(File, File)), or any
other control of the current upload policy (see
UploadPolicy#createFileData(File, File) . |
JUploadIOException
This class should be used for all implementations of FileData or UploadPolicy
that want to throw an IO exception, and need to be conform with the interface
definition.
|
Class and Description |
---|
JUploadException
A new kind of exceptions.
|
JUploadIOException
This class should be used for all implementations of FileData or UploadPolicy
that want to throw an IO exception, and need to be conform with the interface
definition.
|
Class and Description |
---|
JUploadException
A new kind of exceptions.
|
JUploadIOException
This class should be used for all implementations of FileData or UploadPolicy
that want to throw an IO exception, and need to be conform with the interface
definition.
|
Copyright © 2015. All rights reserved.