Expresso 5-6

Package com.jcorporate.expresso.core.misc.upload

Classes to assist in parsing multi-part upload requests

See:
          Description

Interface Summary
ParameterParser ParameterParser is an interface to a utility to handle parsing and retrieving the data passed via the GET/POST/PATH_INFO arguments.
ValueParser ValueParser is a base interface for classes that need to parse name/value Parameters, for example GET/POST data or Cookies (ParameterParser and CookieParser)

NOTE: The name= portion of a name=value pair may be converted to lowercase or uppercase when the object is initialized and when new data is added.

 

Class Summary
BaseValueParser BaseValueParser is a base class for classes that need to parse name/value Parameters, for example GET/POST data or Cookies (DefaultParameterParser and DefaultCookieParser)

It can also be used standalone, for an example see DataStreamParser.

DefaultParameterParser DefaultParameterParser is a utility object to handle parsing and retrieving the data passed via the GET/POST/PATH_INFO arguments.
FileItem This class represents a file that was received by Turbine using multipart/form-data POST request.
MultipartStream This class can be used to process data streams conforming to MIME 'multipart' format as defined in RFC 1521.
Uploader Files will be stored in temporary disk storage

This implementation of Uploader handles multiple files per single html widget, sent using multipar/mixed encoding type, as specified by RFC 1867.

 

Exception Summary
 

Package com.jcorporate.expresso.core.misc.upload Description

Classes to assist in parsing multi-part upload requests


Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.