|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.oreilly.servlet.multipart.Part
public abstract class Part
A Part is an abstract upload part which represents an
INPUT form element in a multipart/form-data form
submission.
FilePart,
ParamPart| 方法摘要 | |
|---|---|
String |
getName()
Returns the name of the form element that this Part corresponds to. |
boolean |
isFile()
Returns true if this Part is a FilePart. |
boolean |
isParam()
Returns true if this Part is a ParamPart. |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 方法详细信息 |
|---|
public String getName()
public boolean isFile()
public boolean isParam()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||