Uses of Class
net.sourceforge.stripes.controller.FileUploadLimitExceededException

Packages that use FileUploadLimitExceededException
net.sourceforge.stripes.controller.multipart Contains classes for parsing and dealing with multipart/form-data requests. 
net.sourceforge.stripes.exception Contains interfaces and implementations of exception handling strategy classes. 
 

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

Methods in net.sourceforge.stripes.controller.multipart that throw FileUploadLimitExceededException
 void MultipartWrapper.build(HttpServletRequest request, File tempDir, long maxPostSize)
          Pseudo-constructor that allows the class to perform any initialization necessary.
 void CommonsMultipartWrapper.build(HttpServletRequest request, File tempDir, long maxPostSize)
          Pseudo-constructor that allows the class to perform any initialization necessary.
 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.
 

Uses of FileUploadLimitExceededException in net.sourceforge.stripes.exception
 

Methods in net.sourceforge.stripes.exception with parameters of type FileUploadLimitExceededException
protected  Resolution DefaultExceptionHandler.handle(FileUploadLimitExceededException exception, HttpServletRequest request, HttpServletResponse response)
           FileUploadLimitExceededException is notoriously difficult to handle for several reasons: The exception is thrown during construction of the StripesRequestWrapper.
 

Methods in net.sourceforge.stripes.exception that throw FileUploadLimitExceededException
protected  Resolution DefaultExceptionHandler.handle(FileUploadLimitExceededException exception, HttpServletRequest request, HttpServletResponse response)
           FileUploadLimitExceededException is notoriously difficult to handle for several reasons: The exception is thrown during construction of the StripesRequestWrapper.
 



? Copyright 2005-2006, Stripes Development Team.