Uses of Class
net.sourceforge.stripes.action.FileBean

Packages that use FileBean
net.sourceforge.stripes.controller This package contains classes which form the core internals of Stripes. 
net.sourceforge.stripes.controller.multipart Contains classes for parsing and dealing with multipart/form-data requests. 
 

Uses of FileBean in net.sourceforge.stripes.controller
 

Methods in net.sourceforge.stripes.controller that return FileBean
 FileBean StripesRequestWrapper.getFileParameterValue(String name)
          Returns a FileBean representing an uploaded file with the form field name = "name".
 

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

Methods in net.sourceforge.stripes.controller.multipart that return FileBean
 FileBean MultipartWrapper.getFileParameterValue(String name)
          Responsible for constructing a FileBean object for the named file parameter.
 FileBean CommonsMultipartWrapper.getFileParameterValue(String name)
          Responsible for constructing a FileBean object for the named file parameter.
 



? Copyright 2005-2006, Stripes Development Team.