|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 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.servlet 中 MultipartConfigElement 的使用 |
|---|
| 参数类型为 MultipartConfigElement 的 javax.servlet 中的方法 | |
|---|---|
void |
ServletRegistration.Dynamic.setMultipartConfig(MultipartConfigElement multipartConfig)
Sets the MultipartConfigElement to be applied to the
mappings defined for this ServletRegistration. |
| org.eclipse.jetty.servlet 中 MultipartConfigElement 的使用 |
|---|
| 声明为 MultipartConfigElement 的 org.eclipse.jetty.servlet 中的字段 | |
|---|---|
protected MultipartConfigElement |
ServletHolder.Registration._multipartConfig
|
| 返回 MultipartConfigElement 的 org.eclipse.jetty.servlet 中的方法 | |
|---|---|
MultipartConfigElement |
ServletHolder.Registration.getMultipartConfig()
|
| 参数类型为 MultipartConfigElement 的 org.eclipse.jetty.servlet 中的方法 | |
|---|---|
void |
ServletHolder.Registration.setMultipartConfig(MultipartConfigElement element)
|
| org.eclipse.jetty.util 中 MultipartConfigElement 的使用 |
|---|
| 声明为 MultipartConfigElement 的 org.eclipse.jetty.util 中的字段 | |
|---|---|
static MultipartConfigElement |
MultiPartInputStream.__DEFAULT_MULTIPART_CONFIG
|
protected MultipartConfigElement |
MultiPartInputStream._config
|
| 参数类型为 MultipartConfigElement 的 org.eclipse.jetty.util 中的构造方法 | |
|---|---|
MultiPartInputStream(InputStream in,
String contentType,
MultipartConfigElement config,
File contextTmpDir)
|
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||