A B C D E F G H I J L M N O P R S T U V W X Z

A

Archiver - class javazoom.upload.Archiver.
This class (singleton) implements a simple ZIP Archiver.
addUploadListener(UploadListener) - Method in class javazoom.upload.UploadBean
Adds UploadListener to be notified.
append(String, UploadFile, int, boolean, OverwriteFilter) - Method in class javazoom.upload.Archiver
Appends a file to a ZIP archive.

B

BUFFERSIZE - Static variable in class javazoom.upload.Archiver
Buffer size for internal tranfer : Default value = 4096

C

CANNOTCREATEFOLDER - Static variable in class javazoom.upload.UploadException
 
CANNOTDELETESTORE - Static variable in class javazoom.upload.UploadException
 
CANNOTPARSECONTENTRANGE - Static variable in class javazoom.upload.UploadException
 
CFUPARSER - Static variable in class javazoom.upload.MultipartFormDataRequest
Commons FileUpload parser
COSPARSER - Static variable in class javazoom.upload.MultipartFormDataRequest
Cos parser
CUSTOMCOLUMN - Static variable in class javazoom.upload.DefaultDBStore
 
CUSTOMFILESIZE - Static variable in class javazoom.upload.DefaultDBStore
 
CUSTOMFILETYPE - Static variable in class javazoom.upload.DefaultDBStore
 
CUSTOMUPLOADID - Static variable in class javazoom.upload.DefaultDBStore
 
CfuFileItem - class javazoom.upload.parsing.CfuFileItem.
This class implements a custom CFU FileItem to get notified about upload event and pass extra parameters needed for UploadListener.
CfuFileItem(String, String, boolean, String, int, File, Vector, int) - Constructor for class javazoom.upload.parsing.CfuFileItem
Constructs a new CfuFileItem instance.
CfuFileItemFactory - class javazoom.upload.parsing.CfuFileItemFactory.
This class extends CFU features to implement a custom FileItemFactory and pass UploadBean listeners to be notified.
CfuFileItemFactory() - Constructor for class javazoom.upload.parsing.CfuFileItemFactory
 
CfuMultipartParser - class javazoom.upload.parsing.CfuMultipartParser.
This class links the Commons-FileUpload multipart parser to UploadBean.
CfuMultipartParser() - Constructor for class javazoom.upload.parsing.CfuMultipartParser
 
CfuOutputStream - class javazoom.upload.parsing.CfuOutputStream.
This class extends CFU features and add listeners notification for UploadBean.
CfuOutputStream(int, File, Vector, boolean) - Constructor for class javazoom.upload.parsing.CfuOutputStream
Constructor.
CfuUploadFile - class javazoom.upload.parsing.CfuUploadFile.
UploadFile implementation for matching to Commons-FileUpload parser.
CfuUploadFile() - Constructor for class javazoom.upload.parsing.CfuUploadFile
 
CfuUploadFile(FileItem) - Constructor for class javazoom.upload.parsing.CfuUploadFile
Construtor.
ChunkedDiskFileUpload - class javazoom.upload.parsing.ChunkedDiskFileUpload.
This class extends DiskFileUpload to add Transfer-Encoding=chunked support.
ChunkedDiskFileUpload() - Constructor for class javazoom.upload.parsing.ChunkedDiskFileUpload
 
CosMultipartParser - class javazoom.upload.parsing.CosMultipartParser.
This class links the COS multipart parser to UploadBean.
CosMultipartParser() - Constructor for class javazoom.upload.parsing.CosMultipartParser
 
CosUploadFile - class javazoom.upload.parsing.CosUploadFile.
UploadFile implementation for matching to Cos parser.
CosUploadFile() - Constructor for class javazoom.upload.parsing.CosUploadFile
 
CosUploadFile(String, String, long, byte[]) - Constructor for class javazoom.upload.parsing.CosUploadFile
Constructs a CosUploadFile
closeConnection(Connection) - Method in class javazoom.upload.DBStore
Close JDBC connection.
closeResultSet(ResultSet) - Method in class javazoom.upload.DBStore
Close JDBC ResultSet.
closeStatement(Statement) - Method in class javazoom.upload.DBStore
Close JDBC Statement.
computeCRC32(File, long) - Method in class javazoom.upload.UploadBean
Compute CRC32 for a given filename.
computeMD5(File, long) - Method in class javazoom.upload.UploadBean
Compute MD5 for a given filename.
connect(Object, Object, Object) - Method in class javazoom.upload.DBStore
Connects to database store.
connect(Object, Object, Object) - Method in class javazoom.upload.DefaultDBStore
Connects to database store.
countFiles() - Method in class javazoom.upload.DBStore
Counts database entries.
countFiles() - Method in class javazoom.upload.DefaultDBStore
Counts database entries.
createFileMultipartElement() - Method in class javazoom.upload.parsing.StrutsMultipartIterator
Create a multipart element instance representing the file in the stream.
createItem(String, String, boolean, String) - Method in class javazoom.upload.parsing.CfuFileItemFactory
 
createLocalFile() - Method in class javazoom.upload.parsing.StrutsMultipartIterator
Creates a file on disk from the current mulitpart element.

D

DATABASESTORE - Static variable in class javazoom.upload.UploadBean
 
DATABASESTOREERROR - Static variable in class javazoom.upload.UploadException
 
DBStore - class javazoom.upload.DBStore.
This abstract class defines DBStore developers have to extend to implement their own database store for UploadBean
DBStore() - Constructor for class javazoom.upload.DBStore
 
DEFAULTBUFFERSIZE - Static variable in class javazoom.upload.parsing.StrutsMultipartParser
Default internal buffer size : 4096
DEFAULTENCODING - Static variable in class javazoom.upload.MultipartFormDataRequest
Default encoding : iso-8859-1
DEFAULTPARSER - Static variable in class javazoom.upload.MultipartFormDataRequest
Default multipart parser implementation is COSPARSER
DefaultDBStore - class javazoom.upload.DefaultDBStore.
This class implements a generic DBStore.
DefaultDBStore() - Constructor for class javazoom.upload.DefaultDBStore
 
DefaultOverwriteFilter - class javazoom.upload.DefaultOverwriteFilter.
Default overwrite filter implementation.
DefaultOverwriteFilter() - Constructor for class javazoom.upload.DefaultOverwriteFilter
 
dataRead(int) - Method in interface javazoom.upload.UploadListener
Callback to implement to be notified when data is read.
delete(UploadFile, Map) - Method in class javazoom.upload.DefaultDBStore
Deletes one or many files matching to a filename.
delete() - Method in class javazoom.upload.parsing.CfuFileItem
Deletes the underlying storage for a file item, including deleting any associated temporary disk file.

E

EMPTYENTRY - Static variable in class javazoom.upload.UploadBean
 

F

FILENAMETIMESTAMP - Static variable in class javazoom.upload.DefaultOverwriteFilter
 
FILE_PREFIX - Static variable in class javazoom.upload.parsing.CfuFileItem
Temporary file prefix : Default is upload_
FILE_PREFIX - Static variable in class javazoom.upload.parsing.StrutsMultipartIterator
Temporary file prefix : Default is strts
FOLDERISREADONLY - Static variable in class javazoom.upload.UploadException
 
FOLDERSTORE - Static variable in class javazoom.upload.UploadBean
 
fileUploadStarted(File, int, String) - Method in interface javazoom.upload.UploadListener
Callback to implement to be notified when file upload starts.
fileUploaded(UploadParameters, UploadFile) - Method in interface javazoom.upload.UploadListener
Callback to implement to be notified when file upload is completed.
finalize() - Method in class javazoom.upload.parsing.CfuFileItem
Removes the file contents from the temporary storage.

G

get() - Method in class javazoom.upload.parsing.CfuFileItem
Returns the contents of the file as an array of bytes.
getAltFileextension() - Method in class javazoom.upload.UploadParameters
Returns alternative file extension parameter.
getAltFilename() - Method in class javazoom.upload.UploadParameters
Return alternative filename parameter.
getBlacklist() - Method in class javazoom.upload.UploadBean
Returns blacklist.
getCause() - Method in class javazoom.upload.UploadException
 
getCfuFileItem() - Method in class javazoom.upload.parsing.CfuUploadFile
Gets underlying Commons-FileUpload File Item.
getConnection() - Method in class javazoom.upload.DBStore
Returns JDBC Connection.
getConnection() - Method in class javazoom.upload.DefaultDBStore
Return JDBC Connection
getContentType() - Method in class javazoom.upload.UploadFile
Returns content type parameter.
getContentType() - Method in class javazoom.upload.parsing.CfuFileItem
Returns the content type passed by the browser or null if not defined.
getContenttype() - Method in class javazoom.upload.UploadParameters
Return content type parameter.
getCustom() - Method in class javazoom.upload.parsing.CfuFileItemFactory
 
getCustomColumnsName(Map) - Method in class javazoom.upload.DefaultDBStore
Return customs columns name.
getCustomColumnsValue(List, Map) - Method in class javazoom.upload.DefaultDBStore
Return customs columns value.
getData() - Method in class javazoom.upload.UploadFile
Returns binary data of the uploaded file.
getData() - Method in class javazoom.upload.parsing.CfuUploadFile
Return binary data.
getData() - Method in class javazoom.upload.parsing.CosUploadFile
Gets binary file.
getData() - Method in class javazoom.upload.parsing.StrutsUploadFile
Return binary data.
getDatabasestore() - Method in class javazoom.upload.UploadBean
Returns database store connection.
getDatabasestoreimplementation() - Method in class javazoom.upload.UploadBean
Returns database store concrete implementation.
getDump() - Method in class javazoom.upload.UploadBean
Get dump mode.
getExtMessage() - Method in class javazoom.upload.UploadException
 
getFieldName() - Method in class javazoom.upload.parsing.CfuFileItem
Returns the name of the field in the multipart form corresponding to this file item.
getFileItemHistory() - Method in class javazoom.upload.parsing.CfuFileItemFactory
 
getFileName() - Method in class javazoom.upload.UploadFile
Returns filename parameter.
getFileSize() - Method in class javazoom.upload.UploadFile
Returns file size parameter.
getFileextension() - Method in class javazoom.upload.UploadParameters
Returns file extension parameter.
getFilename() - Method in class javazoom.upload.UploadParameters
Return filename parameter.
getFiles() - Method in class javazoom.upload.MultipartFormDataRequest
Returns an Hastable of UploadFile.
getFilesize(UploadFile, Map) - Method in class javazoom.upload.DefaultDBStore
Return filesize to be stored.
getFilesize() - Method in class javazoom.upload.UploadParameters
Returns file size parameter.
getFilesizelimit() - Method in class javazoom.upload.UploadBean
Returns maximum size allowed for an uploaded file.
getFiletype(UploadFile, Map) - Method in class javazoom.upload.DefaultDBStore
Return filetype to be stored.
getFolderstore() - Method in class javazoom.upload.UploadBean
Returns store folder.
getHistory() - Method in class javazoom.upload.UploadBean
Returns a Vector[UploadParameters].
getInpuStream() - Method in class javazoom.upload.UploadFile
Returns binary data as InputStream of the uploaded file.
getInpuStream() - Method in class javazoom.upload.parsing.CfuUploadFile
Gets InputStream from temporary file.
getInpuStream() - Method in class javazoom.upload.parsing.CosUploadFile
Gets InputStream for uploaded file in memory.
getInpuStream() - Method in class javazoom.upload.parsing.StrutsUploadFile
Gets InputStream from temporary file.
getInputStream() - Method in class javazoom.upload.parsing.CfuFileItem
Returns an InputStream that can be used to retrieve the contents of the file.
getInstance() - Static method in class javazoom.upload.Archiver
Returns the only one instance of Archiver.
getLastId() - Method in class javazoom.upload.DefaultDBStore
Return last id used for UPLOADID column.
getListeners() - Method in class javazoom.upload.parsing.CfuFileItemFactory
 
getMaxfiles() - Method in class javazoom.upload.UploadBean
Returns maximum amount of stored files.
getMemorystore() - Method in class javazoom.upload.UploadBean
Returns a Vector[UploadFile] from memory store.
getMessage() - Method in class javazoom.upload.UploadException
Returns the detail message string of this throwable.
getName() - Method in class javazoom.upload.parsing.CfuFileItem
Returns the original filename in the client's filesystem.
getNextElement() - Method in class javazoom.upload.parsing.StrutsMultipartIterator
Struts code.
getOutputStream() - Method in class javazoom.upload.parsing.CfuFileItem
Returns an OutputStream that can be used for storing the contents of the file.
getOverwrite() - Method in class javazoom.upload.UploadBean
Returns overwrite state.
getOverwritepolicy() - Method in class javazoom.upload.UploadBean
Return overwrite policy.
getParameter(String) - Method in class javazoom.upload.MultipartFormDataRequest
Returns parameter matching to name (see SERVLETS API).
getParameterNames() - Method in class javazoom.upload.MultipartFormDataRequest
Returns parameters enumeration (see SERVLETS API).
getParameterValues(String) - Method in class javazoom.upload.MultipartFormDataRequest
Returns parameter values array for name (see SERVLETS API).
getParser() - Method in class javazoom.upload.UploadBean
Gets current multipart parser.
getParsertmpdir() - Method in class javazoom.upload.UploadBean
Gets multipart parser tempory directory if applicable.
getRequest() - Method in class javazoom.upload.MultipartFormDataRequest
Return HttpServletRequest after parsing.
getSize() - Method in class javazoom.upload.parsing.CfuFileItem
Returns the size of the file.
getStoreLocation() - Method in class javazoom.upload.parsing.CfuFileItem
Returns the File object for the FileItem's data's temporary location on the disk.
getStoreinfo() - Method in class javazoom.upload.UploadParameters
Returns store info.
getStoremodel() - Method in class javazoom.upload.UploadParameters
Returns store model parameter.
getStoremodelname() - Method in class javazoom.upload.UploadParameters
Returns store model name.
getString(String) - Method in class javazoom.upload.parsing.CfuFileItem
Returns the contents of the file as a String, using the specified encoding.
getString() - Method in class javazoom.upload.parsing.CfuFileItem
Returns the contents of the file as a String, using the default character encoding.
getTempFile() - Method in class javazoom.upload.parsing.CfuFileItem
Creates and returns a File representing a uniquely named temporary file in the configured repository path.
getTmpFilename() - Method in class javazoom.upload.parsing.StrutsUploadFile
Gets temporary filename from the Struts cache.
getWhitelist() - Method in class javazoom.upload.UploadBean
Returns whitelist.
getZipfilestore() - Method in class javazoom.upload.UploadBean
Returns zip store filename.

H

handleRequest(HttpServletRequest, Vector, int, Hashtable, Hashtable, String, String, boolean) - Method in class javazoom.upload.parsing.CfuMultipartParser
Process uploading.
handleRequest(HttpServletRequest, Vector, int, Hashtable, Hashtable, String) - Method in class javazoom.upload.parsing.CosMultipartParser
Process uploading.
handleRequest(HttpServletRequest, Vector, int, Hashtable, Hashtable, String, String) - Method in class javazoom.upload.parsing.StrutsMultipartParser
Process uploading.
hexDump(byte[]) - Method in class javazoom.upload.UploadBean
Dump byte array to hexadecimal string.

I

INSERTASBYTES - Static variable in class javazoom.upload.UploadBean
Internal switch to use setBytes or setBinaryStream : Default is false (setBinaryStream)
INVALIDREQUEST - Static variable in class javazoom.upload.UploadException
 
init(String) - Method in class javazoom.upload.DefaultOverwriteFilter
 
init(String) - Method in interface javazoom.upload.OverwriteFilter
Initialize filter given a parameter.
insert(UploadFile, Map) - Method in class javazoom.upload.DefaultDBStore
Inserts a new file using setBytes or setBinaryStream.
isBlacklistEnabled() - Method in class javazoom.upload.UploadBean
Returns true if blacklist is enabled or false if whitelist is enabled.
isFormField() - Method in class javazoom.upload.parsing.CfuFileItem
Determines whether or not a FileItem instance represents a simple form field.
isInMemory() - Method in class javazoom.upload.parsing.CfuFileItem
Provides a hint as to whether or not the file contents will be read from memory.
isMultipartFormData(HttpServletRequest) - Static method in class javazoom.upload.MultipartFormDataRequest
Check the content type to make sure it's "multipart/form-data"
isParserAvailable(String) - Static method in class javazoom.upload.MultipartFormDataRequest
Checks if multipart parser in CLASSPATH.

J

javazoom.upload - package javazoom.upload
 
javazoom.upload.parsing - package javazoom.upload.parsing
 

L

loadOverwriteFilter() - Method in class javazoom.upload.UploadBean
Returns Overwrite Filter.

M

MAXCONTENTLENGTHALLOWED - Static variable in class javazoom.upload.MultipartFormDataRequest
Maximum "Content-Length" size allowed (to avoid DoS attacks) : Default is 1GB
MAXCONTENTLENGTHEXCEEDED - Static variable in class javazoom.upload.parsing.StrutsMultipartParser
Default error message : Max Content-Length exceeded
MAXUPLOADEDFILES - Static variable in class javazoom.upload.UploadBean
Maximum uploaded files.
MAXUPLOADEDFILESIZE - Static variable in class javazoom.upload.UploadBean
Size limit for an uploaded file.
MEMBUFFER - Static variable in class javazoom.upload.parsing.CfuMultipartParser
Store file in memory is size < MEMBUFFER.
MEMORYSTORE - Static variable in class javazoom.upload.UploadBean
 
MultipartFormDataRequest - class javazoom.upload.MultipartFormDataRequest.
This class implements a "multipart/form-data" HTTP request parser.
MultipartFormDataRequest(HttpServletRequest, Vector, int, String, String, boolean) - Constructor for class javazoom.upload.MultipartFormDataRequest
Constructs a MultipartFormDataRequest from an HttpServletRequest.
MultipartFormDataRequest(HttpServletRequest, Vector, int, String, String) - Constructor for class javazoom.upload.MultipartFormDataRequest
Constructs a MultipartFormDataRequest from an HttpServletRequest.
MultipartFormDataRequest(HttpServletRequest, Vector, int, String) - Constructor for class javazoom.upload.MultipartFormDataRequest
Constructs a MultipartFormDataRequest from an HttpServletRequest.
MultipartFormDataRequest(HttpServletRequest, Vector, int) - Constructor for class javazoom.upload.MultipartFormDataRequest
Constructs a MultipartFormDataRequest from an HttpServletRequest.
MultipartFormDataRequest(HttpServletRequest, Vector) - Constructor for class javazoom.upload.MultipartFormDataRequest
Constructs a MultipartFormDataRequest from an HttpServletRequest.
MultipartFormDataRequest(HttpServletRequest) - Constructor for class javazoom.upload.MultipartFormDataRequest
Constructs a MultipartFormDataRequest from an HttpServletRequest.

N

NAMETIMESTAMP - Static variable in class javazoom.upload.DefaultOverwriteFilter
 

O

OverwriteFilter - interface javazoom.upload.OverwriteFilter.
This interface define contract to rename file when overwrite property is set.

P

PARSERTEMPDIRECTORY - Static variable in class javazoom.upload.MultipartFormDataRequest
Struts multipart parser temporary directory : System temp directory
parseRequest(HttpServletRequest) - Method in class javazoom.upload.parsing.ChunkedDiskFileUpload
 
printStackTrace() - Method in class javazoom.upload.UploadException
 
printStackTrace(PrintStream) - Method in class javazoom.upload.UploadException
 
printStackTrace(PrintWriter) - Method in class javazoom.upload.UploadException
 
process(String) - Method in class javazoom.upload.DefaultOverwriteFilter
 
process(String) - Method in interface javazoom.upload.OverwriteFilter
Return new filename for a given file.

R

reset() - Method in class javazoom.upload.DBStore
Deletes entries in database store.
reset() - Method in class javazoom.upload.DefaultDBStore
Deletes entries in database store.
reset() - Method in class javazoom.upload.UploadFile
Resets UploadFile content.
reset() - Method in class javazoom.upload.parsing.CfuUploadFile
Deletes temporary file.
reset() - Method in class javazoom.upload.parsing.CosUploadFile
Free memory.
reset() - Method in class javazoom.upload.parsing.StrutsUploadFile
Deletes temporary file.
resetFileItemHistory() - Method in class javazoom.upload.parsing.CfuFileItemFactory
 
resetStore() - Method in class javazoom.upload.UploadBean
Cleans and resets the current store.

S

SEPARATOR - Static variable in class javazoom.upload.UploadBean
 
SERIALIZEDFILESTORE - Static variable in class javazoom.upload.UploadBean
Reserved for future usage.
SQLUPLOADFILE - Static variable in class javazoom.upload.UploadBean
Column name to store uploaded data : Default is BINARYFILE
SQLUPLOADFILENAME - Static variable in class javazoom.upload.UploadBean
Column name to store uploaded filename : Default is FILENAME
SQLUPLOADFILESIZE - Static variable in class javazoom.upload.UploadBean
Column name to store uploaded filesize : Default is FILESIZE
SQLUPLOADFILETYPE - Static variable in class javazoom.upload.UploadBean
Column name to store uploaded filetype : Default is FILETYPE
SQLUPLOADID - Static variable in class javazoom.upload.UploadBean
Column name to store uploaded file id : Default is UPLOADID
SQLUPLOADTABLE - Static variable in class javazoom.upload.UploadBean
Database table name to store uploaded file : Default is UPLOADS
STRUTSPARSER - Static variable in class javazoom.upload.MultipartFormDataRequest
Struts parser
StrutsMultipartIterator - class javazoom.upload.parsing.StrutsMultipartIterator.
This class extends Struts MultipartIterator to provide upload progress status.
StrutsMultipartIterator(HttpServletRequest, int, long, String, Vector) - Constructor for class javazoom.upload.parsing.StrutsMultipartIterator
Custom Multipart Iterator supporting upload listeners.
StrutsMultipartParser - class javazoom.upload.parsing.StrutsMultipartParser.
This class links the STRUTS multipart parser to UploadBean.
StrutsMultipartParser() - Constructor for class javazoom.upload.parsing.StrutsMultipartParser
 
StrutsUploadFile - class javazoom.upload.parsing.StrutsUploadFile.
UploadFile implementation for matching to Struts parser.
StrutsUploadFile() - Constructor for class javazoom.upload.parsing.StrutsUploadFile
 
StrutsUploadFile(String) - Constructor for class javazoom.upload.parsing.StrutsUploadFile
Construtor.
saveAs(File) - Method in class javazoom.upload.UploadFile
Dumps InputStream in a file.
saveAs(File) - Method in class javazoom.upload.parsing.CfuUploadFile
 
setBlacklist(String) - Method in class javazoom.upload.UploadBean
Setup blacklist : filenames separated by comma.
setConnection(Connection) - Method in class javazoom.upload.DBStore
Sets JDBC connection
setContentType(String) - Method in class javazoom.upload.UploadFile
Sets content type parameter.
setCustom(int) - Method in class javazoom.upload.parsing.CfuFileItemFactory
 
setDatabasestore(String, String, Properties) - Method in class javazoom.upload.UploadBean
Setup the store database.
setDatabasestore(Connection) - Method in class javazoom.upload.UploadBean
Setup the store database that suits to JDBC 2.0 extension.
setDatabasestoreimplementation(String) - Method in class javazoom.upload.UploadBean
Setup your own database store implemention DBStore API compliant.
setDump(boolean) - Method in class javazoom.upload.UploadBean
Set dump mode.
setFieldName(String) - Method in class javazoom.upload.parsing.CfuFileItem
Sets the field name used to reference this file item.
setFileName(String) - Method in class javazoom.upload.UploadFile
Sets filename parameter.
setFileSize(long) - Method in class javazoom.upload.UploadFile
Sets file size parameter.
setFilesizelimit(long) - Method in class javazoom.upload.UploadBean
Sets maximum size allowed for an uploaded file.
setFolderstore(String) - Method in class javazoom.upload.UploadBean
Sets the remote store folder.
setFormField(boolean) - Method in class javazoom.upload.parsing.CfuFileItem
Specifies whether or not a FileItem instance represents a simple form field.
setListeners(Vector) - Method in class javazoom.upload.parsing.CfuFileItemFactory
 
setMaxfiles(int) - Method in class javazoom.upload.UploadBean
Sets maximum amount of stored files.
setMemorystore() - Method in class javazoom.upload.UploadBean
Sets the memory store folder.
setOverwrite(boolean) - Method in class javazoom.upload.UploadBean
Enables/Disables entry overwrite.
setOverwritepolicy(String) - Method in class javazoom.upload.UploadBean
Set overwrite policy.
setParser(String) - Method in class javazoom.upload.UploadBean
Selects a multipart Parser.
setParsertmpdir(String) - Method in class javazoom.upload.UploadBean
Sets temporary directory for Struts multipart parser only.
setStoremodel(int) - Method in class javazoom.upload.UploadBean
Selects the store model.
setWhitelist(String) - Method in class javazoom.upload.UploadBean
Setup whitelist : filenames separated by comma.
setZipfilestore(String) - Method in class javazoom.upload.UploadBean
Sets the remote store zipfile.
store(UploadFile, boolean, Map) - Method in class javazoom.upload.DBStore
Inserts or updates file in store.
store(UploadFile, boolean, Map) - Method in class javazoom.upload.DefaultDBStore
Depending on overwrite state, inserts or updates file in store.
store(MultipartFormDataRequest, String, Map) - Method in class javazoom.upload.UploadBean
Moves one file identified by its form field to the store and pass extra parameters.
store(MultipartFormDataRequest, String) - Method in class javazoom.upload.UploadBean
Moves one file identified by its form field to the store.
store(MultipartFormDataRequest) - Method in class javazoom.upload.UploadBean
Moves all files to the store.

T

TARGZIPFILESTORE - Static variable in class javazoom.upload.UploadBean
Reserved for future usage.
TRANSFERBUFFERSIZE - Static variable in class javazoom.upload.UploadBean
 

U

UNKNOWNSTOREMODEL - Static variable in class javazoom.upload.UploadException
 
UPLOADERROR - Static variable in class javazoom.upload.UploadException
 
UPLOADFILENAMEDENIED - Static variable in class javazoom.upload.UploadException
 
UPLOADFILESIZELIMITREACHED - Static variable in class javazoom.upload.UploadException
 
UPLOADLIMITREACHED - Static variable in class javazoom.upload.UploadException
 
UPLOADSTORENOTFOUND - Static variable in class javazoom.upload.UploadException
 
UploadBean - class javazoom.upload.UploadBean.
This class implements an UploadBean.
UploadBean() - Constructor for class javazoom.upload.UploadBean
Dummy constructor (needed for JavaBeans).
UploadException - exception javazoom.upload.UploadException.
This class implements Upload Exceptions.
UploadException() - Constructor for class javazoom.upload.UploadException
 
UploadException(String, String) - Constructor for class javazoom.upload.UploadException
 
UploadException(String) - Constructor for class javazoom.upload.UploadException
 
UploadException(Throwable) - Constructor for class javazoom.upload.UploadException
 
UploadException(String, Throwable) - Constructor for class javazoom.upload.UploadException
 
UploadFile - class javazoom.upload.UploadFile.
This class implements an uploaded file (Parameters + Data)
UploadFile(String, String, long) - Constructor for class javazoom.upload.UploadFile
Constructor.
UploadFile() - Constructor for class javazoom.upload.UploadFile
 
UploadListener - interface javazoom.upload.UploadListener.
This interface defines callbacks for upload listeners.
UploadParameters - class javazoom.upload.UploadParameters.
This class provides all parameters of an uploaded file.
UploadParameters(String, long, String, int, String, String) - Constructor for class javazoom.upload.UploadParameters
Constructs an UploadParameters.
update(UploadFile, Map) - Method in class javazoom.upload.DefaultDBStore
Updates file content.
updateOverwriteFilter(OverwriteFilter) - Method in class javazoom.upload.UploadBean
Replace Overwrite filter.

V

VERSION - Static variable in class javazoom.upload.UploadBean
 

W

write(File) - Method in class javazoom.upload.parsing.CfuFileItem
A convenience method to write an uploaded item to disk.
write(byte[], int, int) - Method in class javazoom.upload.parsing.CfuOutputStream
Overridden method to get notified.

X

XMLFILESTORE - Static variable in class javazoom.upload.UploadBean
Reserved for future usage.

Z

ZIPFILESTORE - Static variable in class javazoom.upload.UploadBean
 

A B C D E F G H I J L M N O P R S T U V W X Z