Package | Description |
---|---|
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.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.
|
Constructor and Description |
---|
PictureFileData(File file,
PictureUploadPolicy uploadPolicy)
Standard constructor: needs a PictureFileDataPolicy.
|
Constructor and Description |
---|
ImageHelper(PictureUploadPolicy uploadPolicy,
PictureFileData pictureFileData,
int targetMaxWidth,
int targetMaxHeight,
int quarterRotation)
Standard constructor.
|
ImageReaderWriterHelper(PictureUploadPolicy uploadPolicy,
PictureFileData pictureFileData)
Standard constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
CoppermineUploadPolicy
Specific UploadPolicy for the coppermine picture gallery.
|
Copyright © 2015. All rights reserved.