类 javax.servlet.annotation.MultipartConfig
的使用

使用 MultipartConfig 的软件包
javax.servlet The javax.servlet package contains a number of classes and interfaces that describe and define the contracts between a servlet class and the runtime environment provided for an instance of such a class by a conforming servlet container. 
 

javax.servletMultipartConfig 的使用
 

参数类型为 MultipartConfigjavax.servlet 中的构造方法
MultipartConfigElement(MultipartConfig annotation)
          Constructs an instance from a MultipartConfig annotation value.
 



Copyright © 2013. All Rights Reserved.