C D F G H I M O P R S U 
All Classes All Packages

C

configure(Configuration) - Method in class org.apache.fulcrum.upload.DefaultUploadService
Avalon component lifecycle method
CONTENT_DISPOSITION - Static variable in interface org.apache.fulcrum.upload.UploadService
HTTP header.
CONTENT_TYPE - Static variable in interface org.apache.fulcrum.upload.UploadService
HTTP header.
contextualize(Context) - Method in class org.apache.fulcrum.upload.DefaultUploadService
Avalon component lifecycle method

D

DefaultUploadService - Class in org.apache.fulcrum.upload
This class is an implementation of UploadService.
DefaultUploadService() - Constructor for class org.apache.fulcrum.upload.DefaultUploadService
 

F

FORM_DATA - Static variable in interface org.apache.fulcrum.upload.UploadService
HTTP header base type modifier.

G

getHeaderEncoding() - Method in class org.apache.fulcrum.upload.DefaultUploadService
 
getHeaderEncoding() - Method in interface org.apache.fulcrum.upload.UploadService
Retrieves the value of the headerEncoding property of UploadService.
getItemIterator(ActionRequest) - Method in class org.apache.fulcrum.upload.DefaultUploadService
Processes an RFC 1867 compliant multipart/form-data stream.
getItemIterator(ActionRequest) - Method in interface org.apache.fulcrum.upload.UploadService
Processes an RFC 1867 compliant multipart/form-data stream.
getItemIterator(HttpServletRequest) - Method in class org.apache.fulcrum.upload.DefaultUploadService
Processes an RFC 1867 compliant multipart/form-data stream.
getItemIterator(HttpServletRequest) - Method in interface org.apache.fulcrum.upload.UploadService
Processes an RFC 1867 compliant multipart/form-data stream.
getRepository() - Method in class org.apache.fulcrum.upload.DefaultUploadService
The location used to temporarily store files that are larger than the size threshold.
getRepository() - Method in interface org.apache.fulcrum.upload.UploadService
Retrieves the value of the repository property of UploadService.
getSizeMax() - Method in class org.apache.fulcrum.upload.DefaultUploadService
The maximum allowed upload size
getSizeMax() - Method in interface org.apache.fulcrum.upload.UploadService
Retrieves the value of size.max property of the UploadService.
getSizeThreshold() - Method in class org.apache.fulcrum.upload.DefaultUploadService
The threshold beyond which files are written directly to disk.
getSizeThreshold() - Method in interface org.apache.fulcrum.upload.UploadService
Retrieves the value of size.threshold property of UploadService.

H

HEADER_ENCODING_DEFAULT - Static variable in interface org.apache.fulcrum.upload.UploadService
The default value of 'headerEncoding' property (.).
HEADER_ENCODING_KEY - Static variable in interface org.apache.fulcrum.upload.UploadService
The key in UploadService properties in TurbineResources.properties 'headerEncoding' property.

I

initialize() - Method in class org.apache.fulcrum.upload.DefaultUploadService
Avalon component lifecycle method Initializes the service.
isMultipart(ActionRequest) - Method in class org.apache.fulcrum.upload.DefaultUploadService
Utility method that determines whether the request contains multipart content.
isMultipart(ActionRequest) - Method in interface org.apache.fulcrum.upload.UploadService
Utility method that determines whether the request contains multipart content.
isMultipart(HttpServletRequest) - Method in class org.apache.fulcrum.upload.DefaultUploadService
Utility method that determines whether the request contains multipart content.
isMultipart(HttpServletRequest) - Method in interface org.apache.fulcrum.upload.UploadService
Utility method that determines whether the request contains multipart content.

M

MIXED - Static variable in interface org.apache.fulcrum.upload.UploadService
HTTP header base type modifier.
MULTIPART - Static variable in interface org.apache.fulcrum.upload.UploadService
HTTP header base type.
MULTIPART_FORM_DATA - Static variable in interface org.apache.fulcrum.upload.UploadService
HTTP header.
MULTIPART_MIXED - Static variable in interface org.apache.fulcrum.upload.UploadService
HTTP header.

O

org.apache.fulcrum.upload - package org.apache.fulcrum.upload
 

P

parseRequest(ActionRequest) - Method in class org.apache.fulcrum.upload.DefaultUploadService
Parses a RFC 1867 compliant multipart/form-data stream.
parseRequest(ActionRequest) - Method in interface org.apache.fulcrum.upload.UploadService
Parses a RFC 1867 compliant multipart/form-data stream.
parseRequest(ActionRequest, int, int, String) - Method in class org.apache.fulcrum.upload.DefaultUploadService
Parses a RFC 1867 compliant multipart/form-data stream.
parseRequest(ActionRequest, int, int, String) - Method in interface org.apache.fulcrum.upload.UploadService
Parses a RFC 1867 compliant multipart/form-data stream.
parseRequest(ActionRequest, int, DiskFileItemFactory) - Method in class org.apache.fulcrum.upload.DefaultUploadService
Parses a RFC 1867 compliant multipart/form-data stream.
parseRequest(ActionRequest, String) - Method in class org.apache.fulcrum.upload.DefaultUploadService
Parses a RFC 1867 compliant multipart/form-data stream.
parseRequest(ActionRequest, String) - Method in interface org.apache.fulcrum.upload.UploadService
Parses a RFC 1867 compliant multipart/form-data stream.
parseRequest(HttpServletRequest) - Method in class org.apache.fulcrum.upload.DefaultUploadService
Parses a RFC 1867 compliant multipart/form-data stream.
parseRequest(HttpServletRequest) - Method in interface org.apache.fulcrum.upload.UploadService
Parses a RFC 1867 compliant multipart/form-data stream.
parseRequest(HttpServletRequest, int, int, String) - Method in class org.apache.fulcrum.upload.DefaultUploadService
Parses a RFC 1867 compliant multipart/form-data stream.
parseRequest(HttpServletRequest, int, int, String) - Method in interface org.apache.fulcrum.upload.UploadService
Parses a RFC 1867 compliant multipart/form-data stream.
parseRequest(HttpServletRequest, int, DiskFileItemFactory) - Method in class org.apache.fulcrum.upload.DefaultUploadService
Parses a RFC 1867 compliant multipart/form-data stream.
parseRequest(HttpServletRequest, String) - Method in class org.apache.fulcrum.upload.DefaultUploadService
Parses a RFC 1867 compliant multipart/form-data stream.
parseRequest(HttpServletRequest, String) - Method in interface org.apache.fulcrum.upload.UploadService
Parses a RFC 1867 compliant multipart/form-data stream.

R

REPOSITORY_DEFAULT - Static variable in interface org.apache.fulcrum.upload.UploadService
The default value of 'repository' property (.).
REPOSITORY_KEY - Static variable in interface org.apache.fulcrum.upload.UploadService
The key in UploadService properties in TurbineResources.properties 'repository' property.
REPOSITORY_PARAMETER - Static variable in interface org.apache.fulcrum.upload.UploadService
The request parameter name for overriding 'repository' property (path).
ROLE - Static variable in interface org.apache.fulcrum.upload.UploadService
Avalon Identifier

S

SIZE_MAX_DEFAULT - Static variable in interface org.apache.fulcrum.upload.UploadService
The default value of 'sizMax' property (1 megabyte = 1048576 bytes).
SIZE_MAX_KEY - Static variable in interface org.apache.fulcrum.upload.UploadService
w The key in UploadService properties in service configuration 'sizeMax' property.
SIZE_THRESHOLD_DEFAULT - Static variable in interface org.apache.fulcrum.upload.UploadService
The default value of 'sizeThreshold' property (10 kilobytes = 10240 bytes).
SIZE_THRESHOLD_KEY - Static variable in interface org.apache.fulcrum.upload.UploadService
The key in UploadService properties in TurbineResources.properties 'sizeThreshold' property.

U

UploadService - Interface in org.apache.fulcrum.upload
This service handles parsing multipart/form-data POST requests and turning them into form fields and uploaded files.
C D F G H I M O P R S U 
All Classes All Packages