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
  • Constructor Details

    • CommonsMultipartFormDataParserFactoryBean

      public CommonsMultipartFormDataParserFactoryBean()
  • Method Details

    • getObject

      public MultipartFormDataParser 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 interface FactoryBean<MultipartFormDataParser>
      Returns:
      an instance of the bean (can be null)