Package com.aspectran.web.support.multipart.inmemory
Support for parsing Multi-part form data that use Apache Commons FileUpload 1.3 or above.
It is designed to store uploaded data items in memory, such as GAE, where the file system is not available.
-
Class Summary Class Description MemoryFileItem The class is an implementation of theFileItem
that removed file-related codes to support environments such as GAE where the file system is not available.MemoryFileItemFactory The class is an implementation of theFileItemFactory
interface.MemoryMultipartFileParameter This class represents a file item that was received within a multipart/form-data POST request.MemoryMultipartFormDataParser Multi-part form data parser that use Apache Commons FileUpload 1.3 or above.MemoryMultipartFormDataParserFactory The Class MemoryMultipartFormDataParserFactory.MemoryMultipartFormDataParserFactoryBean The Class MemoryMultipartFormDataParserFactoryBean.MemoryOutputStream An output stream which will retain data in memory (always).