Uses of Interface
net.sourceforge.stripes.controller.multipart.MultipartWrapper

Packages that use MultipartWrapper
net.sourceforge.stripes.controller.multipart Contains classes for parsing and dealing with multipart/form-data requests. 
 

Uses of MultipartWrapper in net.sourceforge.stripes.controller.multipart
 

Classes in net.sourceforge.stripes.controller.multipart that implement MultipartWrapper
 class CommonsMultipartWrapper
          An implementation of MultipartWrapper that uses Jakarta Commons FileUpload (from apache) to parse the request parts.
 

Methods in net.sourceforge.stripes.controller.multipart that return MultipartWrapper
 MultipartWrapper MultipartWrapperFactory.wrap(HttpServletRequest request)
          Wraps the request in an appropriate implementation of MultipartWrapper that is capable of providing access to request parameters and any file parts contained within the request.
 MultipartWrapper DefaultMultipartWrapperFactory.wrap(HttpServletRequest request)
          Wraps the request in an appropriate implementation of MultipartWrapper that is capable of providing access to request parameters and any file parts contained within the request.
 



? Copyright 2005-2006, Stripes Development Team.