类 javax.servlet.MultipartConfigElement
的使用

使用 MultipartConfigElement 的软件包
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. 
org.eclipse.jetty.servlet   
org.eclipse.jetty.util   
 

javax.servletMultipartConfigElement 的使用
 

参数类型为 MultipartConfigElementjavax.servlet 中的方法
 void ServletRegistration.Dynamic.setMultipartConfig(MultipartConfigElement multipartConfig)
          Sets the MultipartConfigElement to be applied to the mappings defined for this ServletRegistration.
 

org.eclipse.jetty.servletMultipartConfigElement 的使用
 

声明为 MultipartConfigElementorg.eclipse.jetty.servlet 中的字段
protected  MultipartConfigElement ServletHolder.Registration._multipartConfig
           
 

返回 MultipartConfigElementorg.eclipse.jetty.servlet 中的方法
 MultipartConfigElement ServletHolder.Registration.getMultipartConfig()
           
 

参数类型为 MultipartConfigElementorg.eclipse.jetty.servlet 中的方法
 void ServletHolder.Registration.setMultipartConfig(MultipartConfigElement element)
           
 

org.eclipse.jetty.utilMultipartConfigElement 的使用
 

声明为 MultipartConfigElementorg.eclipse.jetty.util 中的字段
static MultipartConfigElement MultiPartInputStream.__DEFAULT_MULTIPART_CONFIG
           
protected  MultipartConfigElement MultiPartInputStream._config
           
 

参数类型为 MultipartConfigElementorg.eclipse.jetty.util 中的构造方法
MultiPartInputStream(InputStream in, String contentType, MultipartConfigElement config, File contextTmpDir)
           
 



Copyright © 2013. All Rights Reserved.