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

Quick Search    Search Deep

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

Classes in com.jcorporate.expresso.core.misc.upload used by com.jcorporate.expresso.core.misc.upload
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.IllegalBoundaryException
          Thrown upon attempt of setting an invalid boundary token.
MultipartStream.MalformedStreamException
          Thrown to indicate that the input stream fails to follow the required syntax.
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)