Class CommonsMultipartFormDataParserFactoryBean
java.lang.Object
com.aspectran.web.support.multipart.commons.CommonsMultipartFormDataParserFactory
com.aspectran.web.support.multipart.commons.CommonsMultipartFormDataParserFactoryBean
- All Implemented Interfaces:
FactoryBean<MultipartFormDataParser>
public class CommonsMultipartFormDataParserFactoryBean
extends CommonsMultipartFormDataParserFactory
implements FactoryBean<MultipartFormDataParser>
The Class CommonsMultipartFormDataParserFactoryBean.
- Since:
- 2.0.0
-
Field Summary
Fields inherited from interface com.aspectran.core.component.bean.ablility.FactoryBean
FACTORY_METHOD_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn an instance (possibly shared or independent) of the object managed by this factory.Methods inherited from class com.aspectran.web.support.multipart.commons.CommonsMultipartFormDataParserFactory
createMultipartFormDataParser, getAllowedFileExtensions, getDeniedFileExtensions, getMaxRequestSize, getTempDirectoryPath, setAllowedFileExtensions, setDeniedFileExtensions, setMaxFileSize, setMaxFileSize, setMaxInMemorySize, setMaxInMemorySize, setMaxRequestSize, setMaxRequestSize, setTempDirectoryPath
-
Constructor Details
-
CommonsMultipartFormDataParserFactoryBean
public CommonsMultipartFormDataParserFactoryBean()
-
-
Method Details
-
getObject
Description copied from interface:FactoryBean
Return an instance (possibly shared or independent) of the object managed by this factory. As with a BeanFactory, this allows support for both the Singleton and Prototype design pattern.- Specified by:
getObject
in interfaceFactoryBean<MultipartFormDataParser>
- Returns:
- an instance of the bean (can be null)
-