Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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

Miscellaneous objects for file manipulation, running OS processes, etc

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)

 

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)

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

 

Exception Summary
 

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

Miscellaneous objects for file manipulation, running OS processes, etc