Package | Description |
---|---|
wjhk.jupload2.context | |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultJUploadContext
The Jupload Context.
|
class |
JUploadContextApplet
Implementation of the Jupload Context, for an applet.
|
class |
JUploadContextExecutable
Implementation of the
JUploadContext , for an executable, that is: for a stand alone application. |
Modifier and Type | Method and Description |
---|---|
JUploadContext |
UploadPolicy.getContext()
A useful function, that has nothing to do with an upload policy.
|
JUploadContext |
DefaultUploadPolicy.getContext() |
Modifier and Type | Method and Description |
---|---|
static UploadPolicy |
UploadPolicyFactory.getUploadPolicy(JUploadContext theAppletContext)
Returns an upload Policy for the given applet and URL.
|
Constructor and Description |
---|
AAFUploadPolicy(JUploadContext juploadContext) |
CoppermineUploadPolicy(JUploadContext juploadContext) |
CustomizedNbFilesPerRequestUploadPolicy(JUploadContext theContext)
Deprecated.
|
DefaultUploadPolicy(JUploadContext juploadContext)
The main constructor : use default values, and the given postURL.
|
FileByFileUploadPolicy(JUploadContext juploadContext)
Deprecated.
|
FilesTogetherUploadPolicy(JUploadContext juploadContext)
The JUpload constructor for this upload policy.
|
PictureUploadPolicy(JUploadContext juploadContext)
The standard constructor, which transmit most informations to the super.Constructor().
|
SilverpeasUploadPolicy(JUploadContext juploadContext)
The JUpload constructor for this upload policy.
|
SuperSimpleUploadPolicy(JUploadContext juploadContext)
The main constructor : use default values, and the given postURL.
|
Copyright © 2015. All rights reserved.